client: Poll legacy CoreInfo when dialog is open
[quassel.git] / src / qtui / coreinfodlg.h
index 0636534..458c6e0 100644 (file)
@@ -39,6 +39,14 @@ protected:
     void timerEvent(QTimerEvent *) override { updateUptime(); }
 
 private slots:
+    /**
+     * Requests resynchronization of CoreInfo object for legacy (pre-0.13) cores
+     *
+     * This provides compatibility with updating core information for legacy cores, and can be
+     * removed after protocol break.
+     */
+    void refreshLegacyCoreInfo();
+
     /**
      * Handler for recreation of CoreInfo object, including first-time setup
      *