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
6d4716b3
Commit
6d4716b3
authored
Jan 30, 2015
by
Gavin Bisesi
Browse files
Merge pull request #648 from poixen/menu_sep
Added separator
parents
b608d810
d065236c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
6d4716b3
...
...
@@ -344,6 +344,7 @@ void MainWindow::createMenus()
cockatriceMenu
=
menuBar
()
->
addMenu
(
QString
());
cockatriceMenu
->
addAction
(
aConnect
);
cockatriceMenu
->
addAction
(
aDisconnect
);
cockatriceMenu
->
addSeparator
();
cockatriceMenu
->
addAction
(
aSinglePlayer
);
cockatriceMenu
->
addAction
(
aWatchReplay
);
cockatriceMenu
->
addSeparator
();
...
...
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