Unverified Commit 3aa2c507 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6351 from DonLakeFlyer/WindowClose

Back out bad pull: #6155
parents 23a1c919 0638c885
...@@ -22,13 +22,8 @@ Item { ...@@ -22,13 +22,8 @@ Item {
} }
function attemptWindowClose() { function attemptWindowClose() {
try {
mainWindowInner.item.attemptWindowClose() mainWindowInner.item.attemptWindowClose()
} }
finally {
controller.reallyClose()
}
}
function showMessage(message) { function showMessage(message) {
mainWindowInner.item.showMessage(message) mainWindowInner.item.showMessage(message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment