fixed focus when switching to plain topic view
[quassel.git] / src / qtui / topicwidget.h
index f293851..c390549 100644 (file)
@@ -38,6 +38,9 @@ public:
   virtual bool eventFilter(QObject *obj, QEvent *event);
   inline bool isReadOnly() const { return _readonly; }
 
+  signals:
+    void switchedPlain();
+
 protected slots:
   virtual void currentChanged(const QModelIndex &current, const QModelIndex &previous);
   virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);