summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-12-03 11:20:53 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-03 16:58:32 +0100
commit153d6ad888e60d4652bc4fc2d792de4ce4ff1043 (patch)
tree3376c6119edcf2ca8d739a68aa93161edd559de9 /examples
parentf90b8aada2cafd8db1052b4208085b195e7feac4 (diff)
downloadqtenginio-153d6ad888e60d4652bc4fc2d792de4ce4ff1043.tar.gz
Fix typo in cloudaddressbook example comment
Change-Id: I4fd4feb8b3575c4e14584ecb4deb305143acf8ab Reviewed-by: Andras Becsi <andras.becsi@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/cloudaddressbook/addressbookmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/cloudaddressbook/addressbookmodel.cpp b/examples/widgets/cloudaddressbook/addressbookmodel.cpp
index 2053047..d59b874 100644
--- a/examples/widgets/cloudaddressbook/addressbookmodel.cpp
+++ b/examples/widgets/cloudaddressbook/addressbookmodel.cpp
@@ -133,7 +133,7 @@ void AddressBookModel::newSearch(const QString &search)
// construct JSON object:
// {
// "objectTypes": ["objects.addressbook"],
- // "search": { "phrase": "*$PHRASE*",
+ // "search": { "phrase": "*PHRASE*",
// "properties": ["firstName", "lastName", "email", "phone", "address"]
// }
// }