client: Fix core sessions unsupported warning
[quassel.git] / src / qtui / coreinfodlg.h
index 85a9211..15140f7 100644 (file)
@@ -43,6 +43,11 @@ private slots:
     void updateUptime();
     void disconnectClicked(int peerId);
 
+    /**
+      * Event handler for core unspported Details button
+      */
+    void on_coreUnsupportedDetails_clicked();
+
 private:
     Ui::CoreInfoDlg ui;
     QMap<int, CoreSessionWidget *> _widgets;