]> vaikene.ee Git - evaf/blobdiff - src/plugins/LogView/factory.h
Warning fixes and copyright update.
[evaf] / src / plugins / LogView / factory.h
index cec48acf5b29b3c24a764213ca76aa005c675f45..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 {
@@ -35,6 +37,8 @@ namespace Internal {
 class Factory : public Plugins::iPluginFactory
 {
     Q_OBJECT
+    Q_INTERFACES(eVaf::Plugins::iPluginFactory)
+    Q_PLUGIN_METADATA(IID VER_MODULE_NAME_STR)
 
 public: