summaryrefslogtreecommitdiffstats
path: root/qml/DemoHeader.qml
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2019-01-24 14:45:19 +0200
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2019-02-04 11:39:20 +0000
commit32bd51b0ee16696488f1476c004e944b44f76eb6 (patch)
tree13b90fd9411dc22de79706c2b916111db8d53ffb /qml/DemoHeader.qml
parent64f65e26feb4f6b0b3ac31cfc4e22c5971c1c41d (diff)
Enable boot2qt launcher automatic demo mode
Task-number: QTBUG-72852 Change-Id: I8e2ab58a2a0b13f5a1ce67a24c5c75b809683324 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@qt.io>
Diffstat (limited to 'qml/DemoHeader.qml')
-rw-r--r--qml/DemoHeader.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/DemoHeader.qml b/qml/DemoHeader.qml
index 18c4016..555fff2 100644
--- a/qml/DemoHeader.qml
+++ b/qml/DemoHeader.qml
@@ -91,6 +91,7 @@ Rectangle {
Image {
id: applicationCloseButton
+ objectName: "applicationCloseButton"
height: parent.height
width: height
source: "icons/close_icon.svg"