X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.h;h=666dd74266c57adb7e02e3349e02b9204e498f1b;hp=95ceadfc9b0e9bbe900e654326c995d8ac57c65e;hb=01ed2953cbad3f2de3df262dc1601e82d903b4a8;hpb=1b2d3ea62867220d7bffc3b23dda1dc14d429007 diff --git a/src/qtui/topicwidget.h b/src/qtui/topicwidget.h index 95ceadfc..666dd742 100644 --- a/src/qtui/topicwidget.h +++ b/src/qtui/topicwidget.h @@ -32,20 +32,16 @@ public: TopicWidget(QWidget *parent = 0); void setTopic(const QString &newtopic); - void setTopicForIndex(const QModelIndex &index); 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); private slots: void on_topicLineEdit_returnPressed(); - void on_topicButton_clicked(); + void on_topicEditButton_clicked(); void switchEditable(); void switchPlain();