The function body simply calls the following, which is thread safe:

    QCoreApplication::postEvent(this, new QDeferredDeleteEvent());

So, it looks like deleteLater() is safe to call from any thread. Are
there any technical or philosophical reasons not to do that?


Regards,
Sze-Howe
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to