summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/valuesource/example.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/valuesource/example.qml')
-rw-r--r--examples/declarative/extending/valuesource/example.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/extending/valuesource/example.qml b/examples/declarative/extending/valuesource/example.qml
index 6d47350..7cdf8c0 100644
--- a/examples/declarative/extending/valuesource/example.qml
+++ b/examples/declarative/extending/valuesource/example.qml
@@ -5,7 +5,7 @@ BirthdayParty {
speaker: HappyBirthday { name: "Bob Jones" }
// ![0]
- onPartyStarted: print("This party started rockin' at " + time);
+ onPartyStarted: console.log("This party started rockin' at " + time);
celebrant: Boy {