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