no longer requesting backlog for all buffers but only for active bufferviews
[quassel.git] / src / client / clientbufferviewmanager.h
index f190362..0963908 100644 (file)
@@ -37,6 +37,13 @@ public:
 
 protected:
   virtual BufferViewConfig *bufferViewConfigFactory(int bufferViewConfigId);
+
+signals:
+  void viewsInitialized();
+
+private slots:
+  void waitForConfigInit();
+  void configInitBarrier();
 };
 
 #endif //CLIENTBUFFERVIEWMANAGER_H