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:
authorDmitry Kunin <dkunin@mapswith.me>2014-02-17 19:17:18 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:11:49 +0300
commit87e651313aefbe926744e307cde321f9be11d2d5 (patch)
tree3736fd750dfb34b3b1b2b14b5b2a4c364ebfbde7 /qt/draw_widget.hpp
parent09fdd1d7d257bcec5e2bbee58714fbefaf683d61 (diff)
no cross platform popup
Diffstat (limited to 'qt/draw_widget.hpp')
-rw-r--r--qt/draw_widget.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index 86b26a3947..8b6035b95a 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -146,6 +146,6 @@ namespace qt
m2::PointD m_taskPoint;
bool m_wasLongClick, m_isCleanSingleClick;
- BalloonManager & GetBalloonManager() { return m_framework->GetBalloonManager(); }
+ PinClickManager & GetBalloonManager() { return m_framework->GetBalloonManager(); }
};
}