]> vaikene.ee Git - evaf/blobdiff - src/apps/PswGen/CLI/cli.h
Warning fixes and copyright update.
[evaf] / src / apps / PswGen / CLI / cli.h
index 9747565483fc7621cc2465f33037cb3e02e08c7a..74062559d891ce56579acebc5bf93d49a362a063 100644 (file)
@@ -3,7 +3,7 @@
  * @brief Command line interface for the PswGen application
  * @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.
  *
@@ -20,6 +20,8 @@
 #ifndef __PSWGEN_CLI_CLI_H
 #  define __PSWGEN_CLI_CLI_H
 
+#include "version.h"
+
 #include <Plugins/iPlugin>
 
 #include <QObject>
@@ -46,6 +48,7 @@ class Module : public Plugins::iPlugin
 {
     Q_OBJECT
     Q_INTERFACES(eVaf::Plugins::iPlugin)
+    Q_PLUGIN_METADATA(IID VER_MODULE_NAME_STR)
 
 public: