mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
some changes
This commit is contained in:
parent
9b1adf2dc1
commit
c8a2ed9415
26 changed files with 243 additions and 613 deletions
|
|
@ -29,6 +29,7 @@ class Game;
|
|||
class CardDatabase;
|
||||
class Player;
|
||||
|
||||
class QVBoxLayout;
|
||||
class CardInfoWidget;
|
||||
class MessageLogWidget;
|
||||
class QLineEdit;
|
||||
|
|
@ -52,7 +53,6 @@ private slots:
|
|||
|
||||
void actConnect();
|
||||
void actDisconnect();
|
||||
void actGames();
|
||||
void actRestartGame();
|
||||
void actLeaveGame();
|
||||
void actDeckEditor();
|
||||
|
|
@ -67,8 +67,9 @@ private:
|
|||
void createActions();
|
||||
void createMenus();
|
||||
QMenu *gameMenu, *actionsMenu, *cardMenu;
|
||||
QAction *aConnect, *aDisconnect, *aGames, *aRestartGame, *aLeaveGame, *aDeckEditor, *aFullScreen, *aExit;
|
||||
QAction *aConnect, *aDisconnect, *aRestartGame, *aLeaveGame, *aDeckEditor, *aFullScreen, *aExit;
|
||||
QAction *aCloseMostRecentZoneView;
|
||||
QVBoxLayout *viewLayout;
|
||||
|
||||
CardInfoWidget *cardInfo;
|
||||
MessageLogWidget *messageLog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue