X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=b2d1e0edbde0402211c388230b5ef55d17c13254;hp=f72b7a6c44a0541b7884be68123758d73fe2e884;hb=0bc4b2b4a25adea85d5f6c6947cfd31f9098149e;hpb=c14a00f37179e49f034dc64b4da0c86b51caed5d diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index f72b7a6c..b2d1e0ed 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -80,6 +80,7 @@ private slots: void setExpandedState(const QModelIndex &networkIdx); void on_configChanged(); + void on_layoutChanged(); void setCustomFont(const QVariant &font); @@ -134,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: