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>2012-10-13 17:09:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:45:25 +0300
commit4a831e7a53cfecf8c816a8cc4eebec5a211dca7a (patch)
tree5b740659cf408a506ff4d611c6b0c01250fb6a51 /qt/mainwindow.hpp
parente06eb093916a26d2d3ae4674c150e948c80f4e03 (diff)
refacatored iOS, Android and Desktop location updates handling.
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index abcb0589be..fc0942f790 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -23,7 +23,6 @@ namespace qt
QDockWidget * m_Docks[3];
- bool m_isFirstLocation;
scoped_ptr<location::LocationService> m_locationService;
Q_OBJECT