]> vaikene.ee Git - evaf/blobdiff - src/apps/PswGen/Generator/module.h
Warning fixes and copyright update.
[evaf] / src / apps / PswGen / Generator / module.h
index 90affff876b68a6aada6de05cf2e6ffa5ba2afb1..99706f46e350408bddf565c77b716589ecaa0afb 100644 (file)
@@ -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 <Plugins/iPlugin>
 
@@ -45,6 +46,7 @@ class Module : public Plugins::iPlugin
 {
     Q_OBJECT
     Q_INTERFACES(eVaf::Plugins::iPlugin)
+    Q_PLUGIN_METADATA(IID VER_MODULE_NAME_STR)
 
 public: