The Quassel Core now remembers on exit which networks where connected and which channels
[quassel.git] / src / core / core.h
index 85fcd49..fc20772 100644 (file)
@@ -46,6 +46,9 @@ class Core : public QObject {
     static QVariant connectLocalClient(QString user, QString passwd);
     static void disconnectLocalClient();
 
+    static void saveState();
+    static void restoreState();
+
   private slots:
     bool startListening(uint port = DEFAULT_PORT);
     void stopListening();