X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Fplugins%2FLogView%2Ffactory.h;h=fd27c33a78fcbec95e55fcf5d752328317c6cc6a;hb=HEAD;hp=cec48acf5b29b3c24a764213ca76aa005c675f45;hpb=6490924aa3d05fe32a3437fbd6cdde289a6a9a6b;p=evaf diff --git a/src/plugins/LogView/factory.h b/src/plugins/LogView/factory.h index cec48ac..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 { @@ -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: