aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-06-21 16:03:05 +0200
committerJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-06-21 16:06:40 +0200
commitc64b44cc2abd1c4987db120b2f17a77a2ba682cb (patch)
tree59286e181008b79d83a9d0f5ea076b292d283e8b /doc
parent77418fbee2f891e9e313f86ed0354218ca0e6a0e (diff)
Fix a code snippet
Diffstat (limited to 'doc')
-rw-r--r--doc/snippets/simple.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/simple.qml b/doc/snippets/simple.qml
index ea0eb75..5ec1d47 100644
--- a/doc/snippets/simple.qml
+++ b/doc/snippets/simple.qml
@@ -58,7 +58,7 @@ Rectangle {
//! [client-query]
Enginio {
- Component.onCompleted: query({objectType: "objects.image",})
+ Component.onCompleted: query({"objectType": "objects.image"})
}
//! [client-query]
}