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
81d7c08f
Commit
81d7c08f
authored
Apr 22, 2012
by
Max-Wilhelm Bruker
Browse files
use player menu as default menu for table zone, fixing issue #38
parent
cc516823
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
81d7c08f
...
@@ -239,6 +239,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
...
@@ -239,6 +239,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
}
}
playerMenu
=
new
QMenu
(
QString
());
playerMenu
=
new
QMenu
(
QString
());
table
->
setMenu
(
playerMenu
);
if
(
local
)
{
if
(
local
)
{
handMenu
=
playerMenu
->
addMenu
(
QString
());
handMenu
=
playerMenu
->
addMenu
(
QString
());
...
...
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