postponed backlog loading until custom views are loaded and the buffersyncer knows...
[quassel.git] / src / client / client.h
index 9f881d1..40086ac 100644 (file)
@@ -174,9 +174,9 @@ private slots:
   void coreNetworkCreated(NetworkId);
   void coreNetworkRemoved(NetworkId);
 
-  void setConnectedToCore(QIODevice *socket, AccountId id);
-  void setConnectedToInternalCore();
+  void setConnectedToCore(AccountId id, QIODevice *socket = 0);
   void setSyncedToCore();
+  void requestInitialBacklog();
   void setSecuredConnection();