X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Fplugins%2FLogView%2Ffactory.h;h=fd27c33a78fcbec95e55fcf5d752328317c6cc6a;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hp=4d36f9147fd8e7df4739f77a6a4b510714bb3e27;hpb=d50faf159f17a66fb89ea3e7878b6f56e34b9e72;p=evaf diff --git a/src/plugins/LogView/factory.h b/src/plugins/LogView/factory.h index 4d36f91..fd27c33 100644 --- a/src/plugins/LogView/factory.h +++ b/src/plugins/LogView/factory.h @@ -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 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: