Removed unused EngineLog

This commit is contained in:
Jaime van Kessel 2018-10-10 14:01:34 +02:00
parent b89c220a4d
commit b3fc76092d
3 changed files with 0 additions and 67 deletions

View file

@ -58,7 +58,6 @@ Item
property alias preferences: preferencesAction;
property alias showEngineLog: showEngineLogAction;
property alias showProfileFolder: showProfileFolderAction;
property alias documentation: documentationAction;
property alias reportBug: reportBugAction;
@ -396,14 +395,6 @@ Item
shortcut: StandardKey.New
}
Action
{
id: showEngineLogAction;
text: catalog.i18nc("@action:inmenu menubar:help","Show Engine &Log...");
iconName: "view-list-text";
shortcut: StandardKey.WhatsThis;
}
Action
{
id: showProfileFolderAction;