mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 23:53:54 -07:00
game menu
This commit is contained in:
parent
77015c9ebf
commit
122f8ea916
15 changed files with 75 additions and 35 deletions
|
|
@ -28,7 +28,7 @@ class TabSupervisor;
|
|||
class MainWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
private slots:
|
||||
// void playerAdded(Player *player);
|
||||
void updateTabMenu(QMenu *menu);
|
||||
void statusChanged(ClientStatus _status);
|
||||
void serverTimeout();
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ private:
|
|||
void retranslateUi();
|
||||
void createActions();
|
||||
void createMenus();
|
||||
QMenu *cockatriceMenu;
|
||||
QMenu *cockatriceMenu, *tabMenu;
|
||||
QAction *aConnect, *aDisconnect, *aDeckEditor, *aFullScreen, *aSettings, *aExit;
|
||||
TabSupervisor *tabSupervisor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue