Fixed bugs in topic widget
[quassel.git] / src / qtui / topicwidget.h
index 29e45c6..b8fcb42 100644 (file)
@@ -54,6 +54,7 @@ private:
   Ui::TopicWidget ui;
 
   QString _topic;
+  bool _mouseEntered;
 };