aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickmaterialstyleconf/data/applicationwindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickmaterialstyleconf/data/applicationwindow.qml')
-rw-r--r--tests/auto/qquickmaterialstyleconf/data/applicationwindow.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qquickmaterialstyleconf/data/applicationwindow.qml b/tests/auto/qquickmaterialstyleconf/data/applicationwindow.qml
index 65196393..9a31966f 100644
--- a/tests/auto/qquickmaterialstyleconf/data/applicationwindow.qml
+++ b/tests/auto/qquickmaterialstyleconf/data/applicationwindow.qml
@@ -57,8 +57,13 @@ ApplicationWindow {
height: 400
property alias label: label
+ property alias button: button
Label {
id: label
}
+
+ Button {
+ id: button
+ }
}