mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: Removed unnecessary help menu entry.
This commit is contained in:
parent
bd089d779b
commit
b10c7e4009
1 changed files with 1 additions and 10 deletions
|
@ -65,16 +65,7 @@ bool TranslationManagerPlugin::initialize(ExtensionSystem::IPluginManager *plugi
|
||||||
|
|
||||||
void TranslationManagerPlugin::extensionsInitialized()
|
void TranslationManagerPlugin::extensionsInitialized()
|
||||||
{
|
{
|
||||||
Core::ICore *core = Core::ICore::instance();
|
|
||||||
Core::MenuManager *menuManager = core->menuManager();
|
|
||||||
//menuManager = _plugMan->getObject<Core::IMenuManager>();
|
|
||||||
// Menu Actions for plugin
|
|
||||||
QAction *aboutTManPlugin = new QAction("Translation Manager", this);
|
|
||||||
// Locations
|
|
||||||
QMenu *helpMenu = menuManager->menu(Core::Constants::M_HELP);
|
|
||||||
QAction *aboutQtAction = menuManager->action(Core::Constants::ABOUT_QT);
|
|
||||||
helpMenu->addSeparator();
|
|
||||||
helpMenu->insertAction(aboutQtAction, aboutTManPlugin);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue