refaktoring
[mdictionary] / tests / mDictionaryTests / CommonDictInterfaceMock.h
index 7d67498..268ad3b 100644 (file)
@@ -54,8 +54,6 @@ public:
     QDialog* settingsDialog() {return 0;}
     CommonDictInterface* getNew(const Settings *) const { return 0;}
     bool isAvailable() const {return available;}
-    uint hash() const { return _hash;}
-    void setHash(uint h) {_hash = h;}
     void stop() {stopped = 1;}
     QIcon* icon(){return 0;}
     QString search(QString key) {return "";}