X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.h;h=29e45c63cfcbbabc6444f2cc3976f94aa4373250;hb=e472996a053e11d21ffef4a30f7d37461239cdab;hp=18eae860a4fe74e4bfd8a31270ac996b918d8485;hpb=6ce1966d5d3070ad461a976a2bee7cc28e8b9149;p=quassel.git diff --git a/src/qtui/topicwidget.h b/src/qtui/topicwidget.h index 18eae860..29e45c63 100644 --- a/src/qtui/topicwidget.h +++ b/src/qtui/topicwidget.h @@ -32,6 +32,7 @@ public: TopicWidget(QWidget *parent = 0); void setTopic(const QString &newtopic); + void setCustomFont(const QFont &); virtual bool eventFilter(QObject *obj, QEvent *event); @@ -45,6 +46,9 @@ private slots: void switchEditable(); void switchPlain(); void clickableActivated(const Clickable &); + void updateResizeMode(); + void setCustomFont(const QVariant &); + void setUseCustomFont(const QVariant &); private: Ui::TopicWidget ui;