]> vaikene.ee Git - evaf/blobdiff - src/plugins/LogView/factory.cpp
Warning fixes and copyright update.
[evaf] / src / plugins / LogView / factory.cpp
index 27372fd04cbeac14237aef5adbd3c76f3921ecd8..aec63ae8866f307d6193d62bb0b275e9acecb12c 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.
  *
@@ -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;