Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.5.5
-
- Qt 6.5.5
- Clang arm64-v8a
- Android 9 ~ 14
Description
Steps to Reproduce
- Write the following source code in main.qml and start the application.
- Quit the application
- onAboutToQuit() does not work
Connections {
target: Application
function onAboutToQuit() {
console.log("onAboutToQuit")
}
}
Request
- We want onAboutToQuit() to be fixed to work correctly