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 <rahuba.youri@mapswithme.com>2014-09-10 13:07:54 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:26:30 +0300
commit5e19598cd39306f52270cffac62b08402d6f9505 (patch)
tree4f15b76d5a6efef21f64a0c5ce351f781eec2a14 /qt/mainwindow.hpp
parent333a4967eb3f67c6899fae10d4ee16086b20f8f3 (diff)
[qt] adaptation for new location state code
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 2ac1339224..f0cc51e01f 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include "../map/location_state.hpp"
#include "../platform/location_service.hpp"
#include "../std/unique_ptr.hpp"
@@ -45,6 +46,8 @@ namespace qt
void SaveState();
void LoadState();
+ void LocationStateModeChanged(location::State::Mode mode);
+
protected:
void CreatePanelImpl(size_t i, Qt::DockWidgetArea area, QString const & name,
QKeySequence const & hotkey, char const * slot);