X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=b2d1e0edbde0402211c388230b5ef55d17c13254;hp=419f33b18eff0cd216a6cbcd8f193c858f497c5c;hb=4c740970699031a20315c7f5666d1f88c439f739;hpb=cdc6b6dd319564e94f4fdba47ec4c8feaa2cf8a2 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: