On 2016-06-14, Konstantin Tokarev <[email protected]> wrote: > QScopedPointer lacks custom deleters which make it unusable for the purpose > of managing Windows HANDLEs (see original post).
You can pass your own classes as handlers, provided that they have a public static function void cleanup(T *pointer). - from the documentation. /Sune _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
