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