X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FGenerator%2Fmodule.h;h=99706f46e350408bddf565c77b716589ecaa0afb;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hp=927adc61020dec453bad30f5993fde0876a07c7f;hpb=5dbab6f7a87661995e93ed6b632ae711434f20c0;p=evaf diff --git a/src/apps/PswGen/Generator/module.h b/src/apps/PswGen/Generator/module.h index 927adc6..99706f4 100644 --- a/src/apps/PswGen/Generator/module.h +++ b/src/apps/PswGen/Generator/module.h @@ -3,7 +3,7 @@ * @brief Implementation of the iGenerator interface * @author Enar Vaikene * - * Copyright (c) 2011 Enar Vaikene + * Copyright (c) 2011-2019 Enar Vaikene * * This file is part of the eVaf C++ cross-platform application development framework. * @@ -21,6 +21,7 @@ # define __PSWGEN_GENERATOR_MODULE_H #include "igenerator.h" +#include "version.h" #include @@ -44,6 +45,8 @@ namespace Internal { class Module : public Plugins::iPlugin { Q_OBJECT + Q_INTERFACES(eVaf::Plugins::iPlugin) + Q_PLUGIN_METADATA(IID VER_MODULE_NAME_STR) public: