mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
initial commit for settings dialog, unfinished
This commit is contained in:
parent
84f06503c6
commit
f703004b6c
10 changed files with 261 additions and 118 deletions
|
|
@ -16,7 +16,7 @@ class Game : public QObject {
|
|||
private:
|
||||
QMenu *actionsMenu, *sayMenu, *cardMenu;
|
||||
QAction *aTap, *aUntap, *aDoesntUntap, *aFlip, *aAddCounter, *aRemoveCounter, *aSetCounters,
|
||||
*aUntapAll, *aDecLife, *aIncLife, *aSetLife, *aShuffle, *aDraw, *aDrawCards, *aRollDice, *aCreateToken, *aEditMessages;
|
||||
*aUntapAll, *aDecLife, *aIncLife, *aSetLife, *aShuffle, *aDraw, *aDrawCards, *aRollDice, *aCreateToken;
|
||||
DlgStartGame *dlgStartGame;
|
||||
|
||||
CardDatabase *db;
|
||||
|
|
@ -37,7 +37,6 @@ private slots:
|
|||
void actDrawCards();
|
||||
void actRollDice();
|
||||
void actCreateToken();
|
||||
void actEditMessages();
|
||||
|
||||
void showCardMenu(QPoint p);
|
||||
void actDoesntUntap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue