Qt4: fix crash regression in 1.1.5 closeAllWindows() not thread-safe
All UI related operations in Qt4 must be done on the UI thread, as QtGui is not thread-safe internally.
Showing
Please register or sign in to comment
All UI related operations in Qt4 must be done on the UI thread, as QtGui is not thread-safe internally.