We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples\qtquick\mdi\main.cpp
QTimer::singleShot(std::chrono::seconds(3), [&]{ delete dw1; delete dw2; });
qtquick_mdi.exe
dw1 and dw2 are properly deleted and disappear taking their children with them.
dw1
dw2
Application crashes with the following stacktrace: https://gist.github.com/MiKom/e9fe77c45004a2139a8410ba0c90740e
The text was updated successfully, but these errors were encountered:
Fixed in 1866326
Sorry, something went wrong.
iamsergio
No branches or pull requests
Environment
Steps to reproduce
examples\qtquick\mdi\main.cpp
:qtquick_mdi.exe
exampleExpected result
dw1
anddw2
are properly deleted and disappear taking their children with them.Actual result
Application crashes with the following stacktrace:
https://gist.github.com/MiKom/e9fe77c45004a2139a8410ba0c90740e
The text was updated successfully, but these errors were encountered: