This commit is contained in:
Max-Wilhelm Bruker 2011-03-03 18:03:54 +01:00
parent 50de655261
commit 87933ba82d
4 changed files with 5 additions and 2 deletions

View file

@ -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();