Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.cpp
index 47c269d..f1c8b60 100644 (file)
@@ -37,6 +37,7 @@ XdxfPlugin::XdxfPlugin(QObject *parent) : CommonDictInterface(parent),
         _settings->setValue("cached","true");
     else
         _settings->setValue("cached","false");
+
     setPath("/usr/lib/mdictionary/dict.xdxf");
     stopped = false;
 }
@@ -133,6 +134,8 @@ QString XdxfPlugin::search(QString key) {
         return "";
     }
     QXmlStreamReader dictionaryReader(&dictionaryFile);
+
+
     QString a;
 
     bool match =false;