]> vaikene.ee Git - evaf/blobdiff - src/plugins/SdiWindow/factory.cpp
Warning fixes and copyright update.
[evaf] / src / plugins / SdiWindow / factory.cpp
index 24aa0e55df0bf3f92aba358032119451ac9562e9..6d5621b9c74969ba7d7dcfa2c0446f5301bdfb7d 100644 (file)
@@ -48,7 +48,7 @@ Factory::~Factory()
 
 QObject * Factory::create(QString const & name)
 {
-    Q_UNUSED(name);
+    Q_UNUSED(name)
 
     if (!mPlugin)
         mPlugin.reset(new Internal::SdiWindowPlugin);