summaryrefslogtreecommitdiff
path: root/platform/qt/src/qmapboxgl_p.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-02-06 19:31:06 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-02-09 20:28:54 +0200
commitd229cbb0312351aa1a188616a15ac141cc497863 (patch)
treea5ec199c58696825c86617d3796d67580f7c472c /platform/qt/src/qmapboxgl_p.hpp
parent36a0c98713674206fa6cbe97be66a3945f7af03b (diff)
downloadqtlocation-mapboxgl-d229cbb0312351aa1a188616a15ac141cc497863.tar.gz
[qt] Add an interface for Static rendering
Diffstat (limited to 'platform/qt/src/qmapboxgl_p.hpp')
-rw-r--r--platform/qt/src/qmapboxgl_p.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/qt/src/qmapboxgl_p.hpp b/platform/qt/src/qmapboxgl_p.hpp
index 31fb5138bf..51c7cb8fc4 100644
--- a/platform/qt/src/qmapboxgl_p.hpp
+++ b/platform/qt/src/qmapboxgl_p.hpp
@@ -40,6 +40,9 @@ public:
mbgl::EdgeInsets margins;
std::unique_ptr<mbgl::Map> mapObj;
+public slots:
+ void requestRendering();
+
signals:
void needsRendering();