QTfrontend/ui/widget/chatwidget.h
changeset 6214 c06b7e2eb7a4
parent 6205 7764cbe4ddd7
child 6222 96d10dcd6d84
--- a/QTfrontend/ui/widget/chatwidget.h	Wed Oct 26 02:21:44 2011 +0200
+++ b/QTfrontend/ui/widget/chatwidget.h	Wed Oct 26 05:57:00 2011 +0200
@@ -24,6 +24,7 @@
 #include <QListWidget>
 #include <QString>
 #include <QGridLayout>
+#include <QList>
 #include <QRegExp>
 
 #include "SDLInteraction.h"
@@ -133,7 +134,7 @@
   QString m_helloSound;
   QString m_hilightSound;
   QString m_userNick;
-  QRegExp m_hlRegExp; ///< regular expression used for highlighting messages
+  QList<QRegExp> m_highlights; ///< regular expressions used for highlighting
   bool notify;
   bool showReady;