summaryrefslogtreecommitdiff
path: root/platform/qt/include/qmapboxgl.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2018-03-02 19:43:30 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2018-03-05 14:41:58 -0500
commitfc140e265b559868a2a9f568583689ee4a6b9dfd (patch)
tree2dfbd48d9b8d5b5b720b0aa50ce65211abc4e481 /platform/qt/include/qmapboxgl.hpp
parentae0e583590ce8d7a564c8d9cb7c0fcee5515125e (diff)
downloadqtlocation-mapboxgl-fc140e265b559868a2a9f568583689ee4a6b9dfd.tar.gz
[Qt] Expose mapLoadingFailed signal
Diffstat (limited to 'platform/qt/include/qmapboxgl.hpp')
-rw-r--r--platform/qt/include/qmapboxgl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp
index bc18eaba59..7b07a0dff6 100644
--- a/platform/qt/include/qmapboxgl.hpp
+++ b/platform/qt/include/qmapboxgl.hpp
@@ -251,6 +251,7 @@ public slots:
signals:
void needsRendering();
void mapChanged(QMapboxGL::MapChange);
+ void mapLoadingFailed(const QString &reason);
void copyrightsChanged(const QString &copyrightsHtml);
void staticRenderFinished(const QString &error);