client: Detect legacy CoreInfo, request on show
[quassel.git] / src / common / coreinfo.h
index 26879d4..284336c 100644 (file)
@@ -39,7 +39,15 @@ public:
 
     void setConnectedClientData(int, QVariantList);
 
+    /**
+     * Reset the core info state, clearing anything saved
+     */
+    void reset();
+
 signals:
+    /**
+     * Signals that core information has changed
+     */
     void coreDataChanged(QVariantMap);
 
 public slots: