X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fplugins%2FLogView%2Ffactory.cpp;fp=src%2Fplugins%2FLogView%2Ffactory.cpp;h=aec63ae8866f307d6193d62bb0b275e9acecb12c;hp=27372fd04cbeac14237aef5adbd3c76f3921ecd8;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hpb=13dedf19c628b9967e4c4106ab0fd967f1df0b90 diff --git a/src/plugins/LogView/factory.cpp b/src/plugins/LogView/factory.cpp index 27372fd..aec63ae 100644 --- a/src/plugins/LogView/factory.cpp +++ b/src/plugins/LogView/factory.cpp @@ -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. * @@ -50,7 +50,7 @@ Factory::~Factory() QObject * Factory::create(QString const & name) { - Q_UNUSED(name); + Q_UNUSED(name) if (mPlugin == nullptr) mPlugin = new Internal::Module;