X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.h;h=666dd74266c57adb7e02e3349e02b9204e498f1b;hp=5933d5e2c7b022037bd98488f0e8d4e21f38ea1a;hb=bf4736ebe27a65bd89679be2c0d3a518f96b763f;hpb=982ece4929696e3817875543cab527740cc7e023 diff --git a/src/qtui/topicwidget.h b/src/qtui/topicwidget.h index 5933d5e2..666dd742 100644 --- a/src/qtui/topicwidget.h +++ b/src/qtui/topicwidget.h @@ -35,9 +35,6 @@ public: virtual bool eventFilter(QObject *obj, QEvent *event); -signals: - void topicChanged(const QString &text); - protected slots: virtual void currentChanged(const QModelIndex ¤t, const QModelIndex &previous); virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);