summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 14:25:46 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-02-14 07:17:46 +0000
commit7b2a718eba8eb91e6135605ef6f513b4365b5a58 (patch)
tree43fbe8937787d96029f75acd0b1b66ba34381766
parent8d1b370cf371e73540424191241a7432b41d0785 (diff)
Change-Id: Ice71d2cf640f88ea2cdfc93b38412006c6b9f29e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/location/doc/src/plugins/places-backend.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/doc/src/plugins/places-backend.qdoc b/src/location/doc/src/plugins/places-backend.qdoc
index 9187531e..7b63ea9f 100644
--- a/src/location/doc/src/plugins/places-backend.qdoc
+++ b/src/location/doc/src/plugins/places-backend.qdoc
@@ -66,7 +66,7 @@ should be emitted while if there is no error, only the \c finished signals are e
The protected functions of QPlaceSearchReply::setResults() and QPlaceSearchReply::setRequest()
are made publicly accessible so the plugin can assign results and requests. Because
-these functions are not publically exported, accessibility is not so much of an issue.
+these functions are not publicly exported, accessibility is not so much of an issue.
An alternative would have been to declare a friend class in SearchReply.
Typically the engine instance would be made the \c parent of the reply. If the developer