This is it, the long-awaited huge commit with the new Network handling.
[quassel.git] / src / core / core.h
index 7669317..67f6dec 100644 (file)
@@ -139,7 +139,7 @@ class Core : public QObject {
     void init();
     static Core *instanceptr;
 
-    SessionThread *createSession(UserId userId);
+    SessionThread *createSession(UserId userId, bool restoreState = false);
     void setupClientSession(QTcpSocket *socket, UserId uid);
     void processCoreSetup(QTcpSocket *socket, QVariantMap &msg);