QTfrontend/ui/widget/chatwidget.h
changeset 6928 9562ace15141
parent 6700 e04da46ee43c
child 6929 c305d31642ac
equal deleted inserted replaced
6927:ee000959d645 6928:9562ace15141
   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;