Added xdxf dict downloader
[mdictionary] / src / plugins / xdxf / XdxfDialog.h
index ec50274..f6d7e7c 100644 (file)
@@ -91,6 +91,7 @@ public Q_SLOTS:
 private Q_SLOTS:
     //! displays dialog to browse and select file
     void selectFile();
+    void downloadFile();
     void setGenerateCache(bool);
     void setAccents(bool);
 
@@ -109,6 +110,7 @@ private:
 
     QLabel* infoLabel;
     QPushButton* browseButton;
+    QPushButton* downloadButton;
     QHBoxLayout* browseLayout;