Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2019-06-05 19:40:11 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-06-06 17:04:26 +0300
commit3b45e915b0c898bea337de61cdc917ef0b0006d8 (patch)
treee1f9b5bc8b10aa37d649682a70eb1f41498b0968 /storage
parentf619ce17512eec20545fd6d18483001b0f7978da (diff)
[qt] Use the general search-in-downloader machinery.
Diffstat (limited to 'storage')
-rw-r--r--storage/downloader_search_params.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/downloader_search_params.hpp b/storage/downloader_search_params.hpp
index 7788d866ea..d897ebe237 100644
--- a/storage/downloader_search_params.hpp
+++ b/storage/downloader_search_params.hpp
@@ -28,8 +28,6 @@ struct DownloaderSearchResult
}
CountryId m_countryId;
- /// \brief |m_matchedName| is a name of found feature in case of searching in World.mwm
- /// and is a local name of mwm (group or leaf) in case of searching in country tree.
std::string m_matchedName;
};
@@ -39,8 +37,7 @@ struct DownloaderSearchResults
std::vector<DownloaderSearchResult> m_results;
std::string m_query;
- /// \brief |m_endMarker| == true if it's the last call of TOnResults callback for the search.
- /// Otherwise |m_endMarker| == false.
+ // |m_endMarker| is true iff it's the last call of OnResults callback for the search.
bool m_endMarker;
};