mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
fix
This commit is contained in:
parent
50de655261
commit
87933ba82d
4 changed files with 5 additions and 2 deletions
|
|
@ -25,6 +25,7 @@ class TabSupervisor : public QTabWidget {
|
|||
Q_OBJECT
|
||||
private:
|
||||
QString userName;
|
||||
int userLevel;
|
||||
QIcon *tabChangedIcon;
|
||||
AbstractClient *client;
|
||||
QList<AbstractClient *> localClients;
|
||||
|
|
@ -46,6 +47,7 @@ public:
|
|||
int getGameCount() const { return gameTabs.size(); }
|
||||
TabUserLists *getUserListsTab() const { return tabUserLists; }
|
||||
bool getAdminLocked() const;
|
||||
int getUserLevel() const { return userLevel; }
|
||||
signals:
|
||||
void setMenu(QMenu *menu);
|
||||
void localGameEnded();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue