X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fplugins%2FSdiWindow%2Ffactory.cpp;fp=src%2Fplugins%2FSdiWindow%2Ffactory.cpp;h=6d5621b9c74969ba7d7dcfa2c0446f5301bdfb7d;hp=24aa0e55df0bf3f92aba358032119451ac9562e9;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hpb=13dedf19c628b9967e4c4106ab0fd967f1df0b90 diff --git a/src/plugins/SdiWindow/factory.cpp b/src/plugins/SdiWindow/factory.cpp index 24aa0e5..6d5621b 100644 --- a/src/plugins/SdiWindow/factory.cpp +++ b/src/plugins/SdiWindow/factory.cpp @@ -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);