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:
authorYuri Gorshenin <y@maps.me>2015-05-22 18:17:08 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:40 +0300
commit688f92686a14250faf95f6d4185855a4ad85099a (patch)
tree1df2a4ece65caf35e39f301a4fa5f9e653a5e201 /qt/draw_widget.hpp
parent12ff790df7d5775763f1d841131185f316b85b15 (diff)
Review fixes.
Diffstat (limited to 'qt/draw_widget.hpp')
-rw-r--r--qt/draw_widget.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index 7794d74932..5287025aac 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -6,10 +6,10 @@
#include "render/window_handle.hpp"
-#include "base/scheduled_task.hpp"
-
#include "platform/video_timer.hpp"
+#include "base/deferred_task.hpp"
+
#include "std/unique_ptr.hpp"
#include <QtCore/QTimer>
@@ -145,7 +145,7 @@ namespace qt
QScaleSlider * m_pScale;
- unique_ptr<ScheduledTask> m_scheduledTask;
+ unique_ptr<DeferredTask> m_deferredTask;
m2::PointD m_taskPoint;
bool m_wasLongClick, m_isCleanSingleClick;