Merge branch 'xdxf' of ssh://drop.maemo.org/git/mdictionary into xdxf
[mdictionary] / trunk / src / includes / CommonDictInterface.h
index 049887e..450ce47 100644 (file)
@@ -90,11 +90,6 @@ class CommonDictInterface : public QObject {
     virtual void stop() = 0;
 
   Q_SIGNALS:
-    //! emit list of found Translations
-    void finalTranslation(QList<Translation*>);
-
-    //! emits signal informing that search is complete
-    void finalTranslation();
 
     //! emited after dictionary is ready to use afer being loaded
     void loaded(CommonDictInterface*);