added sorting and filtering in download xdxf dialog
[mdictionary] / src / plugins / xdxf / XdxfDictDownloader.h
index ca88865..0672864 100644 (file)
@@ -31,8 +31,7 @@
 #include <QNetworkReply>
 #include <DownloadDict.h>
 
-class XdxfDictDownloader : public QObject
-{
+class XdxfDictDownloader : public QObject {
     Q_OBJECT
 public:
     XdxfDictDownloader(QObject *parent = 0);
@@ -45,7 +44,7 @@ private Q_SLOTS:
 
 private:
     QList<DownloadDict> dicts;
-
+    QWidget* parentDialog;
 };
 
 #endif // XDXFDICTDOWNLOADER_H