add history widget
[mdictionary] / src / plugins / xdxf / XdxfDictDownloader.h
index ebd048d..171fadd 100644 (file)
 #define XDXFDICTDOWNLOADER_H
 
 #include <QObject>
-#include "XdxfDictSelectDialog.h"
 #include <QTimer>
 #include <QNetworkAccessManager>
 #include <QNetworkReply>
 #include <DownloadDict.h>
+#include <string.h>
+#include <errno.h>
+
+#include "XdxfDictSelectDialog.h"
 #include "XdxfDictDownloadProgressDialog.h"
 #include "../../include/Notify.h"
 #include "HttpDownloader.h"
-#include <string.h>
-#include <errno.h>
 
 /*!
     XdxfDictDownloader is responsible for getting dict list from XDXF website
@@ -71,6 +72,7 @@ Q_SIGNALS:
 
     //! emmited what is update Download Progress
     void downloadProgress(float);
+    void downloadProgress2(QVariant);
 
 private Q_SLOTS:
     //! obtained list of dictionaries from website