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
4bd161ab
Commit
4bd161ab
authored
Feb 11, 2015
by
Jeffrey Oliver
Browse files
Put back the new action.
parent
5add56d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
4bd161ab
...
@@ -415,7 +415,9 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
...
@@ -415,7 +415,9 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
connect
(
aPlay
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actPlay
()));
connect
(
aPlay
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actPlay
()));
aHide
=
new
QAction
(
this
);
aHide
=
new
QAction
(
this
);
connect
(
aHide
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actHide
()));
connect
(
aHide
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actHide
()));
aPlayFacedown
=
new
QAction
(
this
);
connect
(
aPlayFacedown
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actPlayFacedown
()));
for
(
int
i
=
0
;
i
<
3
;
++
i
)
{
for
(
int
i
=
0
;
i
<
3
;
++
i
)
{
QAction
*
tempAddCounter
=
new
QAction
(
this
);
QAction
*
tempAddCounter
=
new
QAction
(
this
);
tempAddCounter
->
setData
(
9
+
i
*
1000
);
tempAddCounter
->
setData
(
9
+
i
*
1000
);
...
...
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