equal
deleted
inserted
replaced
134 QAction * acBan; |
134 QAction * acBan; |
135 QAction * acFollow; |
135 QAction * acFollow; |
136 QAction * acIgnore; |
136 QAction * acIgnore; |
137 QAction * acFriend; |
137 QAction * acFriend; |
138 QSettings * gameSettings; |
138 QSettings * gameSettings; |
139 QString m_helloSound; |
139 QStringList m_helloSounds; |
140 QString m_hilightSound; |
140 QString m_hilightSound; |
141 QString m_userNick; |
141 QString m_userNick; |
142 QString m_clickedNick; |
142 QString m_clickedNick; |
143 QList<QRegExp> m_highlights; ///< regular expressions used for highlighting |
143 QList<QRegExp> m_highlights; ///< regular expressions used for highlighting |
144 bool notify; |
144 bool notify; |