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>2013-07-10 21:44:53 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:37 +0300
commit4f7f6fb6bd586d7fa1d8fa9b798fc7ece4ffd4c4 (patch)
treef76718b0ec68af9b008ec84b243b2e9c53015580 /qt/draw_widget.hpp
parent116a2e8c27c89d8e3b285ad8598059bd423cc6ba (diff)
Fix ScheduledTask tests with blocking Cancel.
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 7c67194a31..86b26a3947 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -142,7 +142,7 @@ namespace qt
QScaleSlider * m_pScale;
- scoped_ptr<ScheduledTask> m_scheduledTasks;
+ scoped_ptr<ScheduledTask> m_scheduledTask;
m2::PointD m_taskPoint;
bool m_wasLongClick, m_isCleanSingleClick;