Improved playlist and show event handling.
[vlc-remote] / accountdialog.h
index 93c3da0..4e9ce4d 100644 (file)
@@ -7,16 +7,24 @@ namespace Ui {
     class AccountDialog;
 }
 
-class AccountDialog : public QDialog {
+class AccountDialog : public QDialog
+{
     Q_OBJECT
+
 public:
     explicit AccountDialog(QWidget *parent = 0);
     ~AccountDialog();
-public slots:
-    void addAccount();
+    void asyncTestConnection();
 
-protected:
-    void changeEvent(QEvent *e);
+static QString  currentIp();
+
+public slots:
+    void add();
+    void edit();
+    void rem();
+    void use();
+    void load();
+    void enableUi();
 
 private:
     Ui::AccountDialog *ui;