You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must not delete the QObject directly if it exists in a different thread than the one currently executing. Use deleteLater() instead, which will cause the event loop to delete the object after all pending events have been delivered to it.
Why you are deleting object that inherited from QObject??
https://github.com/soroush/Qtz/blob/94ac5ed435cbaeff90c359fabc9c65c62c6716f2/qtz/core/qtz-single-core-application.cpp#L428
The text was updated successfully, but these errors were encountered: