]> vaikene.ee Git - evaf/blobdiff - src/apps/PswGen/Generator/module.h
Changed the iGenerator interface to a pure abstract class.
[evaf] / src / apps / PswGen / Generator / module.h
index a1be474308b283ebf564d29acd66c0dc2692469f..927adc61020dec453bad30f5993fde0876a07c7f 100644 (file)
@@ -74,9 +74,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: