Make tools menu look better on Linux/Win

This commit is contained in:
con
2010-12-15 14:34:09 +01:00
parent c14fd1e0b6
commit 4429a8de86
3 changed files with 6 additions and 9 deletions

View File

@@ -455,10 +455,6 @@ void ExternalToolManager::initialize()
ActionContainer *mtools = am->actionContainer(Constants::M_TOOLS);
Command *cmd;
QAction *sep = new QAction(this);
sep->setSeparator(true);
cmd = am->registerAction(sep, Id("Tools.Separator"), Context(Constants::C_GLOBAL));
mtools->addAction(cmd, Constants::G_DEFAULT_THREE);
mtools->addMenu(mexternaltools, Constants::G_DEFAULT_THREE);
QMap<QString, ActionContainer *> categoryMenus;