equal
deleted
inserted
replaced
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(); |