Added direct search of translation, changed searching for translation of words list...
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.cpp
index 2c4da4c..6d69003 100644 (file)
@@ -42,9 +42,6 @@ XdxfPlugin::XdxfPlugin(QObject *parent) : CommonDictInterface(parent),
 
     setPath("/usr/lib/mdictionary/dict.xdxf");
     stopped = false;
-
-
-    qDebug()<<removeAccents(QString::fromUtf8("Słońce"));
 }
 
 QString XdxfPlugin::langFrom() const {   
@@ -73,7 +70,6 @@ QList<Translation*> XdxfPlugin::searchWordList(QString word, int limit) {
     QFile dictionaryFile(path);
 
     word = removeAccents(word);
-    qDebug()<<word;
 
     stopped = false;
     if(word.indexOf("*")==-1)