Fixed displaying translation of the same keyword from different dictionaries
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.cpp
index a90164d..dd2f54c 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;