added XdxfPlugin::hash() draft
authorPiotrek <ppilar11@gmail.com>
Wed, 4 Aug 2010 10:56:06 +0000 (12:56 +0200)
committerPiotrek <ppilar11@gmail.com>
Wed, 4 Aug 2010 10:56:06 +0000 (12:56 +0200)
trunk/src/plugins/xdxf/src/XdxfPlugin/xdxfplugin.cpp
trunk/src/plugins/xdxf/src/XdxfPlugin/xdxfplugin.h

index 8740bc7..465c62f 100644 (file)
@@ -120,3 +120,7 @@ bool XdxfPlugin::isAvailable() const {
     return true;
 }
 
+uint XdxfPlugin::hash() const
+{
+    return 1;
+}
index 74fe7f2..324bf92 100644 (file)
@@ -44,6 +44,8 @@ public:
 
     QString search(QString key);
 
+    uint hash() const;
+
 public Q_SLOTS:
     /*! performs search in dictionary
       \param  word word to search in dictionary