Clean exit on app close button

This commit is contained in:
Jacob Brydolf 2016-11-19 16:45:38 +01:00
parent c83336cc47
commit 5b4c2c810c
No known key found for this signature in database
GPG key ID: DE46246550D2F3C5

View file

@ -167,7 +167,7 @@ Rectangle {
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent
onClicked: Qt.quit() onClicked: appWindow.close();
} }
} }
} }