Commit 92722663 authored by Ira Aspen's avatar Ira Aspen
Browse files

Moved menu item decleration to work on all OSs.

parent de388a74
...@@ -311,12 +311,12 @@ void TabDeckEditor::createMenus() ...@@ -311,12 +311,12 @@ void TabDeckEditor::createMenus()
dbMenu->addSeparator(); dbMenu->addSeparator();
dbMenu->addAction(aClearFilterOne); dbMenu->addAction(aClearFilterOne);
dbMenu->addAction(aClearFilterAll); dbMenu->addAction(aClearFilterAll);
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
dbMenu->addSeparator(); dbMenu->addSeparator();
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
dbMenu->addAction(aOpenCustomFolder); dbMenu->addAction(aOpenCustomFolder);
dbMenu->addAction(aOpenCustomsetsFolder); dbMenu->addAction(aOpenCustomsetsFolder);
dbMenu->addAction(aAddCustomSet);
#endif #endif
dbMenu->addAction(aAddCustomSet);
addTabMenu(dbMenu); addTabMenu(dbMenu);
viewMenu = new QMenu(this); viewMenu = new QMenu(this);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment