Merge branch 'xdxf' of ssh://drop.maemo.org/git/mdictionary into xdxf
[mdictionary] / trunk / src / includes / CommonDictInterface.h
index c3ee569..450ce47 100644 (file)
@@ -72,6 +72,9 @@ class CommonDictInterface : public QObject {
     //! \returns unique value (unique for every dictionary not plugin
     virtual uint hash() const = 0;
 
+    //! set unique value (unique for every dictionary not plugin)
+    virtual void setHash(uint) = 0;
+
  public Q_SLOTS:
     /*! performs search in dictionary
         \param  word word to search in dictionary