]> vaikene.ee Git - evaf/blobdiff - src/apps/PswGen/Generator/module.h
Added Qt plugin macros to Plugins::iPlugin and Plugins::iPluginFactory for proper...
[evaf] / src / apps / PswGen / Generator / module.h
index a1be474308b283ebf564d29acd66c0dc2692469f..90affff876b68a6aada6de05cf2e6ffa5ba2afb1 100644 (file)
@@ -44,6 +44,7 @@ namespace Internal {
 class Module : public Plugins::iPlugin
 {
     Q_OBJECT
+    Q_INTERFACES(eVaf::Plugins::iPlugin)
 
 public:
 
@@ -74,9 +75,10 @@ namespace Internal {
  * Implements the iGenerator interface using MD5 cryptographic hashes.
  */
 
-class GeneratorImpl : public iGenerator
+class GeneratorImpl : public QObject, public iGenerator
 {
     Q_OBJECT
+    Q_INTERFACES(eVaf::PswGen::iGenerator)
 
 public: