diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2018-02-13 14:25:46 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2018-02-14 07:17:46 +0000 |
commit | 7b2a718eba8eb91e6135605ef6f513b4365b5a58 (patch) | |
tree | 43fbe8937787d96029f75acd0b1b66ba34381766 | |
parent | 8d1b370cf371e73540424191241a7432b41d0785 (diff) | |
download | qtlocation-7b2a718eba8eb91e6135605ef6f513b4365b5a58.tar.gz |
Fix typosv5.11.0-alpha1
Change-Id: Ice71d2cf640f88ea2cdfc93b38412006c6b9f29e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r-- | src/location/doc/src/plugins/places-backend.qdoc | 2 |
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 |