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

View File

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