Connection selection dialog bug fix for selectremotedlg
[irwi] / src / selectremotedlg.h
index 8433318..109a7ef 100644 (file)
@@ -29,6 +29,7 @@ public:
 
 public slots:
     void refreshDB();
+    void getDB();
 
 private slots:
     void alphabetItemChanged(QListWidgetItem *current,
@@ -53,6 +54,7 @@ private:
     QListWidget *modelList;
     QPushButton *downloadBtn;
     RemoteDB *remoteDB;
+    OnlinePollerThread *onlinePollerThread;
 
     void setBusy(bool busy = true);
 };