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:
authorrachytski <siarhei.rachytski@gmail.com>2011-10-03 15:09:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:25:24 +0300
commit5d830d56494790a93533a9498c2d81cfd0632848 (patch)
treea69e336b5f4d163e5d89685a7cda0465f67090d7 /qt_tstfrm
parentba7b5963e026d94becb96305d6329a7db430bf30 (diff)
renamed AARect into AnyRect. renamed corresponding files.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/screen_qt.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt_tstfrm/screen_qt.hpp b/qt_tstfrm/screen_qt.hpp
index cec61717b9..fbf5e11ad0 100644
--- a/qt_tstfrm/screen_qt.hpp
+++ b/qt_tstfrm/screen_qt.hpp
@@ -32,7 +32,7 @@ namespace qt
public:
void setPainter(QPainter * p) { m_p = p; }
void onSize(int w, int h) { m_convertor.OnSize(0, 0, w, h); }
- void setFromRect(m2::RectD const & r) { m_convertor.SetFromRect(m2::AARectD(r)); }
+ void setFromRect(m2::RectD const & r) { m_convertor.SetFromRect(m2::AnyRectD(r)); }
template <class TCont> void drawPath(TCont const & c)
{