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>2015-06-12 13:07:34 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:08:35 +0300
commitbd9f301d36d3e477ae4e7e23ee1ce66f42a5b724 (patch)
treeae1b45f1c4645d39f38813b27ff99cd4884b6b4e /qt/draw_widget.hpp
parentaf730363bda56116403fe6e1d1d75dc06eeb115b (diff)
[drape] support for layout core widgets online
Diffstat (limited to 'qt/draw_widget.hpp')
-rw-r--r--qt/draw_widget.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index 37dd51afdb..35276d9951 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -5,6 +5,7 @@
#include "map/framework.hpp"
#include "drape_frontend/drape_engine.hpp"
+#include "drape_gui/skin.hpp"
#include "std/unique_ptr.hpp"
@@ -99,5 +100,7 @@ namespace qt
bool m_emulatingLocation;
void InitRenderPolicy();
+
+ unique_ptr<gui::Skin> m_skin;
};
}