Merge branch 'xdxf' of ssh://drop.maemo.org/git/mdictionary into gui
[mdictionary] / trunk / src / plugins / xdxf / src / XdxfPlugin / xdxfplugin.cpp
index af2a463..3622aa2 100644 (file)
@@ -121,4 +121,9 @@ bool XdxfPlugin::isAvailable() const {
     return true;
 }
 
+uint XdxfPlugin::hash() const
+{
+    return 1;
+}
+
 Q_EXPORT_PLUGIN2(xdxf, XdxfPlugin)