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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-04-20 18:17:25 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2016-04-20 19:29:44 +0300
commitd095c16b4fa9214f689e22c951bedaddad99bb43 (patch)
treed83365daba49b78ce4cd2f75e2c7bf99f0026656 /map/place_page_info.hpp
parentc72107e00fa7005add2a1078f19e7e697baadb7c (diff)
[omim] Review fixes.
Diffstat (limited to 'map/place_page_info.hpp')
-rw-r--r--map/place_page_info.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/map/place_page_info.hpp b/map/place_page_info.hpp
index e7f35424e6..d8a096d410 100644
--- a/map/place_page_info.hpp
+++ b/map/place_page_info.hpp
@@ -24,7 +24,7 @@ public:
bool IsFeature() const;
bool IsBookmark() const;
bool IsMyPosition() const;
- bool IsLongTap() const;
+ bool ShouldShowAddPlace() const;
/// @returns true if Back API button should be displayed.
bool HasApiUrl() const;
/// @returns true if Edit Place button should be displayed.
@@ -65,7 +65,6 @@ public:
bool m_isMyPosition = false;
bool m_isEditable = false;
- bool m_isLongTap = false;
// TODO(AlexZ): Temporary solution. It's better to use a wifi icon in UI instead of text.
string m_localizedWifiString;