Improved playlist and show event handling.
[vlc-remote] / accountdialog.h
index ecdde58..4e9ce4d 100644 (file)
@@ -14,11 +14,15 @@ class AccountDialog : public QDialog
 public:
     explicit AccountDialog(QWidget *parent = 0);
     ~AccountDialog();
+    void asyncTestConnection();
+
+static QString  currentIp();
 
 public slots:
     void add();
     void edit();
     void rem();
+    void use();
     void load();
     void enableUi();