]> vaikene.ee Git - evaf/blobdiff - src/plugins/LogView/factory.h
Warning fixes and copyright update.
[evaf] / src / plugins / LogView / factory.h
index 4d36f9147fd8e7df4739f77a6a4b510714bb3e27..fd27c33a78fcbec95e55fcf5d752328317c6cc6a 100644 (file)
@@ -3,7 +3,7 @@
  * @brief LogView module's factory class
  * @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 __LOGVIEW_FACTORY_H
 #  define __LOGVIEW_FACTORY_H
 
+#include "version.h"
+
 #include <Plugins/iPluginFactory>
 
 namespace eVaf {
@@ -36,6 +38,7 @@ class Factory : public Plugins::iPluginFactory
 {
     Q_OBJECT
     Q_INTERFACES(eVaf::Plugins::iPluginFactory)
+    Q_PLUGIN_METADATA(IID VER_MODULE_NAME_STR)
 
 public: