summaryrefslogtreecommitdiff
path: root/platform/qt/src/qmapboxgl_p.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-10-08 14:58:33 -0700
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-04-20 20:55:51 +0300
commit5482a46a04e5d56f8e8ca916440d784591812c29 (patch)
tree4da57e15a714dd2fce0efd10b90be8bab9e39b88 /platform/qt/src/qmapboxgl_p.hpp
parentefb96e80ece9abbd8df73e44f381a4941fddd57c (diff)
downloadqtlocation-mapboxgl-5482a46a04e5d56f8e8ca916440d784591812c29.tar.gz
[Qt] Wire up connection established signal
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 4b2b5b5252..dec776c06e 100644
--- a/platform/qt/src/qmapboxgl_p.hpp
+++ b/platform/qt/src/qmapboxgl_p.hpp
@@ -42,6 +42,9 @@ public:
std::unique_ptr<mbgl::DefaultFileSource> fileSourceObj;
std::unique_ptr<mbgl::Map> mapObj;
+public slots:
+ void connectionEstablished();
+
signals:
void mapRegionDidChange();
void needsRendering();