Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qobject_cast<QWindow*>(window) is returned nullptr if window is destroyed in qt6, and we can see it on tst_QWindow::qobject_castOnDestruction() in tst_qwindow.cpp. Object's address may be the same as before in qt6, memory may be optimized. pms: BUG-299239
- Loading branch information