Fixes #913 - Core backlog download does not start until main window is unhidden
[quassel.git] / src / client / clientbufferviewmanager.h
index 912c540..a413a8f 100644 (file)
@@ -36,6 +36,9 @@ public:
   QList<ClientBufferViewConfig *> clientBufferViewConfigs() const;
   ClientBufferViewConfig *clientBufferViewConfig(int bufferViewId) const;
 
+public slots:
+  virtual void setInitialized();
+
 protected:
   virtual BufferViewConfig *bufferViewConfigFactory(int bufferViewConfigId);
 };