X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FGenerator%2Fmodule.h;h=90affff876b68a6aada6de05cf2e6ffa5ba2afb1;hb=d50faf159f17a66fb89ea3e7878b6f56e34b9e72;hp=a1be474308b283ebf564d29acd66c0dc2692469f;hpb=3352f7acc232104985807b9f470cb12bcb2b47c2;p=evaf diff --git a/src/apps/PswGen/Generator/module.h b/src/apps/PswGen/Generator/module.h index a1be474..90affff 100644 --- a/src/apps/PswGen/Generator/module.h +++ b/src/apps/PswGen/Generator/module.h @@ -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: