Start to add an asynchronious function to test each IP. (not working yet)
[vlc-remote] / accountdialog.h
index 11cdda1..75d64a3 100644 (file)
@@ -14,6 +14,9 @@ class AccountDialog : public QDialog
 public:
     explicit AccountDialog(QWidget *parent = 0);
     ~AccountDialog();
+    void asyncTestConnection();
+
+
 
 public slots:
     void add();