QTfrontend/ui/widget/chatwidget.h
changeset 6194 32b7e0ece99a
parent 6185 a6aa2d44f390
child 6197 4ce7c29799b9
equal deleted inserted replaced
6193:4f234aa06182 6194:32b7e0ece99a
   121   QAction * acFriend;
   121   QAction * acFriend;
   122   QSettings * gameSettings;
   122   QSettings * gameSettings;
   123   QString m_helloSound;
   123   QString m_helloSound;
   124   QString m_hilightSound;
   124   QString m_hilightSound;
   125   QString m_userNick;
   125   QString m_userNick;
       
   126   QRegExp m_hlRegExp; ///< regular expression used for highlighting messages
   126   bool notify;
   127   bool notify;
   127   bool showReady;
   128   bool showReady;
   128 
   129 
   129  private slots:
   130  private slots:
   130   void returnPressed();
   131   void returnPressed();