X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fplugins%2FSdiWindow%2Ffactory.h;fp=src%2Fplugins%2FSdiWindow%2Ffactory.h;h=ff97172767b0c548225e891c6fd67ffb63d426f9;hp=78b2f72bf18f54dd1fe6382e72bc4d6c13da4e47;hb=de270ece1b764b19968e14420f538321f1c06b15;hpb=cf45ef016ce162419f74f9165c4267a184714956 diff --git a/src/plugins/SdiWindow/factory.h b/src/plugins/SdiWindow/factory.h index 78b2f72..ff97172 100644 --- a/src/plugins/SdiWindow/factory.h +++ b/src/plugins/SdiWindow/factory.h @@ -3,7 +3,7 @@ * @brief SDI 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. * @@ -22,6 +22,7 @@ #include "version.h" #include +#include namespace eVaf { @@ -60,7 +61,7 @@ public: private: // Members - Internal::SdiWindowPlugin * mPlugin; + QScopedPointer mPlugin; };