summaryrefslogtreecommitdiffstats
path: root/demos/qtdemo/qmlShell.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-06-21 10:50:24 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-06-21 10:50:24 (GMT)
commit1531db939b31df30d92c95072afdafbed999ffe0 (patch)
tree9dc9d8460abe5ec1a42814b681cfbb352d537509 /demos/qtdemo/qmlShell.qml
parent3ea12bbbf794ceb431b182d79267ac2826f25c64 (diff)
downloadQt-1531db939b31df30d92c95072afdafbed999ffe0.zip
Qt-1531db939b31df30d92c95072afdafbed999ffe0.tar.gz
Qt-1531db939b31df30d92c95072afdafbed999ffe0.tar.bz2
Allow things that load SameGame to disable the Quit button
If I missed any, just set inAnotherDemo to true on the SameGame root item. Task-number: QTBUG-11562
Diffstat (limited to 'demos/qtdemo/qmlShell.qml')
-rw-r--r--demos/qtdemo/qmlShell.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/qtdemo/qmlShell.qml b/demos/qtdemo/qmlShell.qml
index 141531f..bc46786 100644
--- a/demos/qtdemo/qmlShell.qml
+++ b/demos/qtdemo/qmlShell.qml
@@ -81,6 +81,7 @@ Item {
loader.item.width = 640;
if(loader.item.height > 480)
loader.item.height = 480;
+ loader.item.inAnotherDemo = true;
}}
}