Fixed a bug in the new topic widget where no repaint event was triggered if only...
[quassel.git] / src / qtui / topicwidget.h
index 9492d84..c1bae92 100644 (file)
@@ -48,6 +48,8 @@ private slots:
   
 private:
   Ui::TopicWidget ui;
   
 private:
   Ui::TopicWidget ui;
+
+  QString _topic;
 };
 
 
 };