Merge branch 'cache' into google
[mdictionary] / trunk / src / includes / CommonDictInterface.h
index ccc529f..9034317 100644 (file)
@@ -88,6 +88,8 @@ class CommonDictInterface : public QObject {
     //! returns plugin icon
     virtual QIcon* icon() = 0;
 
+    virtual Translation* getTranslationFor(QString key) {return 0;}
+
  public Q_SLOTS:
     /*! performs search in dictionary
         \param  word word to search in dictionary