X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=b2d1e0edbde0402211c388230b5ef55d17c13254;hb=76ff3775486d1f813d932adf38a53b45966eb274;hp=419f33b18eff0cd216a6cbcd8f193c858f497c5c;hpb=cdc6b6dd319564e94f4fdba47ec4c8feaa2cf8a2;p=quassel.git diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 419f33b1..b2d1e0ed 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -80,6 +80,9 @@ private slots: void setExpandedState(const QModelIndex &networkIdx); void on_configChanged(); + void on_layoutChanged(); + + void setCustomFont(const QVariant &font); private: QPointer _config; @@ -132,6 +135,8 @@ class BufferViewDock : public QDockWidget { public: BufferViewDock(BufferViewConfig *config, QWidget *parent); + int bufferViewId() const; + BufferViewConfig *config() const; inline BufferView *bufferView() const { return qobject_cast(widget()); } public slots: