Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
92722663
Commit
92722663
authored
Feb 06, 2016
by
Ira Aspen
Browse files
Moved menu item decleration to work on all OSs.
parent
de388a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
92722663
...
...
@@ -311,12 +311,12 @@ void TabDeckEditor::createMenus()
dbMenu
->
addSeparator
();
dbMenu
->
addAction
(
aClearFilterOne
);
dbMenu
->
addAction
(
aClearFilterAll
);
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
dbMenu
->
addSeparator
();
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
dbMenu
->
addAction
(
aOpenCustomFolder
);
dbMenu
->
addAction
(
aOpenCustomsetsFolder
);
dbMenu
->
addAction
(
aAddCustomSet
);
#endif
dbMenu
->
addAction
(
aAddCustomSet
);
addTabMenu
(
dbMenu
);
viewMenu
=
new
QMenu
(
this
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment