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:
authorExMix <ExMix@Youris-MacBook-Pro.local>2013-05-23 16:59:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:55:54 +0300
commit5550066445abe8b3cbc9498882e9d3cde8a64bb3 (patch)
tree5d93972755fc490e4340e1bd9c2d8997764758d5 /qt/draw_widget.hpp
parentd69bd26e8b027b563dd38ed1527c1d51f57017dc (diff)
new balloon integration
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 f9c6d669c7..14fd2a69a1 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -112,7 +112,7 @@ namespace qt
typedef graphics::Image::Info ImageT;
ImageT m_images[2];
enum PopupImageIndexT { IMAGE_PLUS = 0, IMAGE_ARROW = 1 };
- void ActivatePopup(m2::PointD const & pivot, string const & name, PopupImageIndexT index);
+ void ActivatePopup(m2::PointD const & pivot, string const & name, string const & type, PopupImageIndexT index);
void ActivatePopupWithAdressInfo(m2::PointD const & pivot, Framework::AddressInfo const & addrInfo);
void DiactivatePopup();