Added xdxf dict downloader
[mdictionary] / src / plugins / xdxf / xdxfplugin.cpp
index ee8ee03..8237bc6 100644 (file)
@@ -27,6 +27,9 @@
 #include <QDebug>
 #include "../../include/Notify.h"
 
+
+XdxfDictDownloader XdxfPlugin::dictDownloader;
+
 XdxfPlugin::XdxfPlugin(QObject *parent) : CommonDictInterface(parent),
                     _langFrom(""), _langTo(""),_name(""), _infoNote("") {
     _settings = new Settings();