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:
authorvng <viktor.govako@gmail.com>2014-08-06 18:47:04 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:24:09 +0300
commitf32f150211fc3187c1c724f799a1fb583bdab6ce (patch)
treef13f32a9d9b919ae6596e5bdbb759495af65e519 /qt/draw_widget.hpp
parent4fab8636ec2d0915f25434dd1e1ab86ed56c5759 (diff)
[desktop] Added search result mark on the map.
Diffstat (limited to 'qt/draw_widget.hpp')
-rw-r--r--qt/draw_widget.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index 3ccab8d681..477c9138ef 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -110,6 +110,7 @@ namespace qt
void StartPressTask(m2::PointD const & pt, unsigned ms);
bool KillPressTask();
void OnPressTaskEvent(m2::PointD const & pt, unsigned ms);
+ void OnActivateMark(UserMarkCopy * pCopy);
protected:
/// @name Overriden from base_type.