QTfrontend/net/newnetclient.h
changeset 7687 c73fd8cfa7c0
parent 7152 f49254ddfc67
parent 7684 db140521d102
child 7857 2bc61f8841a1
--- a/QTfrontend/net/newnetclient.h	Mon Aug 27 17:40:16 2012 +0200
+++ b/QTfrontend/net/newnetclient.h	Sun Sep 16 16:54:51 2012 +0200
@@ -118,6 +118,9 @@
 
         void setReadyStatus(const QString & nick, bool isReady);
         void setMyReadyStatus(bool isReady);
+        void setAdminStatus(const QString & nick, bool isAdmin);
+        void setRoomMasterStatus(const QString & nick, bool isAdmin);
+        void setRegisteredStatus(const QStringList & nicks, bool isRegistered);
 
     public slots:
         void ToggleReady();