X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.h;h=c390549e544361448fef07147fde1db7de80bfbf;hb=32dee9bed2840534e41764a6ba759d425837b8a2;hp=f293851df53a95529584336edf29eb87fa9430c3;hpb=7c74d84b7684b2e7d96736a1122184c2ce19fcc7;p=quassel.git diff --git a/src/qtui/topicwidget.h b/src/qtui/topicwidget.h index f293851d..c390549e 100644 --- a/src/qtui/topicwidget.h +++ b/src/qtui/topicwidget.h @@ -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 ¤t, const QModelIndex &previous); virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);