X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.h;h=deb5f902e60e220c3b6409705ccef116ea814227;hp=d6c1ab9c850884e03bd5f0f6d47bc144a7087f5b;hb=8a618fb4514d83a76cec8e7cd1319b935366a616;hpb=c0ca17fde48836a5d2e7ea9ceaaabcdd7225d9b8 diff --git a/src/qtui/topicwidget.h b/src/qtui/topicwidget.h index d6c1ab9c..deb5f902 100644 --- a/src/qtui/topicwidget.h +++ b/src/qtui/topicwidget.h @@ -27,11 +27,14 @@ class TopicWidget : public QWidget { Q_OBJECT + Q_PROPERTY(QString topic READ topic WRITE setTopic STORED false) public: TopicWidget(QWidget *parent = 0); virtual ~TopicWidget(); + QString topic() const; + void setTopic(const QString &newtopic); private: Ui::TopicWidget ui;