QTfrontend/ui/widget/chatwidget.h
changeset 6222 96d10dcd6d84
parent 6214 c06b7e2eb7a4
child 6227 ce60b734fff1
--- a/QTfrontend/ui/widget/chatwidget.h	Fri Oct 28 09:12:05 2011 +0200
+++ b/QTfrontend/ui/widget/chatwidget.h	Fri Oct 28 13:10:46 2011 +0200
@@ -99,6 +99,7 @@
   bool parseCommand(const QString & line);
   void discardStyleSheet();
   void saveStyleSheet();
+  QString linkedNick(const QString & nickName);
 
  public slots:
   void onChatString(const QString& str);
@@ -134,6 +135,7 @@
   QString m_helloSound;
   QString m_hilightSound;
   QString m_userNick;
+  QString m_clickedNick;
   QList<QRegExp> m_highlights; ///< regular expressions used for highlighting
   bool notify;
   bool showReady;