QTfrontend/ui/widget/chatwidget.h
changeset 8396 5123eac2f9d6
parent 8179 a1ffcb559f99
child 8430 5a5c34a75e1a
equal deleted inserted replaced
8395:0b357c57e01c 8396:5123eac2f9d6
    98         void kick(const QString & str);
    98         void kick(const QString & str);
    99         void ban(const QString & str);
    99         void ban(const QString & str);
   100         void info(const QString & str);
   100         void info(const QString & str);
   101         void follow(const QString &);
   101         void follow(const QString &);
   102         void nickCountUpdate(int cnt);
   102         void nickCountUpdate(int cnt);
       
   103         void consoleCommand(const QString & command);
   103 
   104 
   104     private:
   105     private:
   105         bool m_isAdmin;
   106         bool m_isAdmin;
   106         QGridLayout mainLayout;
   107         QGridLayout mainLayout;
   107         QTextBrowser* chatText;
   108         QTextBrowser* chatText;