Removed two signals
[mdictionary] / trunk / src / plugins / xdxf / src / XdxfPlugin / xdxfplugin.cpp
index 293ad72..2b74a2f 100644 (file)
@@ -71,7 +71,6 @@ QList<Translation*> XdxfPlugin::searchWordList(QString word, int limit) {
     }
     stopped=false;
     dictionaryFile.close();
-    emit finalTranslation();
     return translations;
 }