Revert "Removed onlinepollerthread"
[irwi] / src / selectremotedlg.h
index cf76d17..c4821f2 100644 (file)
@@ -30,6 +30,7 @@ public:
 
 public slots:
     void refreshDB();
+    void getDB();
 
 private slots:
     void alphabetItemChanged(QListWidgetItem *current,
@@ -54,6 +55,7 @@ private:
     QListWidget *modelList;
     QPushButton *downloadBtn;
     RemoteDB *remoteDB;
+    OnlinePollerThread *onlinePollerThread;
 
     void setBusy(bool busy = true);
 };