X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.h;h=c390549e544361448fef07147fde1db7de80bfbf;hp=f293851df53a95529584336edf29eb87fa9430c3;hb=1b9dc90e54c1c7c2012decfb87cce80dbae60be9;hpb=7c74d84b7684b2e7d96736a1122184c2ce19fcc7 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);