QTfrontend/chatwidget.h
changeset 2776 9572aae13d49
parent 2775 3445ce5e9c79
child 2777 95a1a69d491c
--- a/QTfrontend/chatwidget.h	Tue Feb 09 02:03:31 2010 +0000
+++ b/QTfrontend/chatwidget.h	Tue Feb 09 03:21:09 2010 +0000
@@ -42,7 +42,7 @@
  public slots:
   void onChatString(const QString& str);
   void onServerMessage(const QString& str);
-  void nickAdded(const QString& nick);
+  void nickAdded(const QString& nick, bool isChief);
   void nickRemoved(const QString& nick);
   void clear();
   void setReadyStatus(const QString & nick, bool isReady);