Added icon to xdxf plugin and commonDictInterface
[mdictionary] / trunk / tests / mDictionaryTests / CommonDictInterfaceMock.h
index ad2fbbc..418ffaa 100644 (file)
@@ -51,6 +51,7 @@ public:
     uint hash() const { return _hash;}
     void setHash(uint h) {_hash = h;}
     void stop() {stopped = 1;}
+    QIcon icon(){return QIcon();}
     QString search(QString key) {return "";}
     QList<Translation*> searchWordList(QString word, int limit) {
         qDebug() << "search " << this->thread()->currentThreadId();