summaryrefslogtreecommitdiff
path: root/platform/qt/include/qquickmapboxglstyleproperty.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-08-05 11:44:43 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-08-17 14:43:22 +0300
commit45da1abbe1fa6237c793efb7e59332770d936053 (patch)
treedaed860e4ef5edf0e7ed1890601b71c066b39171 /platform/qt/include/qquickmapboxglstyleproperty.hpp
parentee62a807a3fe2a1276583fc93cee3d1ffc55f4bc (diff)
downloadqtlocation-mapboxgl-45da1abbe1fa6237c793efb7e59332770d936053.tar.gz
[Qt] Use MapChangeWillStartLoadingMap to get notified about style changes
Diffstat (limited to 'platform/qt/include/qquickmapboxglstyleproperty.hpp')
-rw-r--r--platform/qt/include/qquickmapboxglstyleproperty.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/qt/include/qquickmapboxglstyleproperty.hpp b/platform/qt/include/qquickmapboxglstyleproperty.hpp
index 26eecce75d..f49e879871 100644
--- a/platform/qt/include/qquickmapboxglstyleproperty.hpp
+++ b/platform/qt/include/qquickmapboxglstyleproperty.hpp
@@ -28,6 +28,9 @@ public:
void setValue(const QVariant &);
QVariant value() const;
+public slots:
+ void checkUpdated();
+
signals:
void layerChanged(const QString &);
void propertyChanged(const QString &);
@@ -36,7 +39,6 @@ signals:
protected:
QQuickMapboxGLStyleProperty(QQuickItem *parent, Type);
- void checkUpdated();
QVariantMap m_map;
};