Implement support for quitting apps

This commit is contained in:
Cameron Gutman
2018-08-01 22:32:21 -07:00
parent be52272e5c
commit 608db6a3e5
6 changed files with 179 additions and 17 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import Session 1.0
Item {
property Session session
property string appname
property string stageText : "Starting " + appname + "..."
property string appName
property string stageText : "Starting " + appName + "..."
anchors.fill: parent