Added hash() method to CommonDictInterface
[mdictionary] / trunk / src / includes / CommonDictInterface.h
index 6310ba7..5248173 100644 (file)
@@ -64,6 +64,11 @@ class CommonDictInterface : public QObject {
     //! returns whether plugin can start searching 
     virtual bool isAvailable() const = 0;
 
+    //! \returns unique value (unique for every dictionary not plugin
+    virtual uint hash() const = 0;
+
+
+
  public Q_SLOTS:
     /*! performes search in dictionary
         \param  word word to search in dictionary