Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QThread: make it fatal to destroy a running QThread
Align ourselves to what std::thread does (and what's sensible to do anyhow, since we even document that "Deleting a running QThread [...] will probably result in a program crash"). [ChangeLog][QtCore][QThread] Destroying a QThread which is still running will now result in immediate and abnormal program termination. Change-Id: Ib481287915be01a1381df14abf6e0fb68c36b5b5 Reviewed-by: David Faure <[email protected]> Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information