adsf
[irwi] / src / selectremotedlg.h
index 5cf42c3..5eda71e 100644 (file)
@@ -6,6 +6,7 @@
 #include <QMap>
 
 #include "remotedb.h"
+#include "remotedbmgr.h"
 
 class QHBoxLayout;
 class QListWidget;
@@ -33,12 +34,14 @@ private slots:
     void downloadRemote();
 
 private:
+    QLabel *remoteNameLabel;
     QHBoxLayout *layout;
     QListWidget *alphabetList;
     QListWidget *mfgList;
     QListWidget *modelList;
     QPushButton *downloadBtn;
-    QLabel *remoteNameLabel;
+    RemoteDBMgr remoteDbMgr;
+    RemoteDB *remoteDb;
 
     void setBusy(bool busy = true);
 };