summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-cinematicdemo/content/SettingsView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-cinematicdemo/content/SettingsView.qml')
-rw-r--r--basicsuite/qt5-cinematicdemo/content/SettingsView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicsuite/qt5-cinematicdemo/content/SettingsView.qml b/basicsuite/qt5-cinematicdemo/content/SettingsView.qml
index 7944803..4499a8c 100644
--- a/basicsuite/qt5-cinematicdemo/content/SettingsView.qml
+++ b/basicsuite/qt5-cinematicdemo/content/SettingsView.qml
@@ -127,8 +127,8 @@ Item {
Switch {
text: "Do you l-o-v-e colors?"
checked: settings.showColors
- onText: "Yes"
- offText: "No!"
+ textOn: "Yes"
+ textOff: "No!"
onCheckedChanged: {
settings.showColors = checked;
}