summaryrefslogtreecommitdiff
path: root/platform/qt/include
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2018-06-26 15:51:49 -0700
committerBruno de Oliveira Abinader <bruno@mapbox.com>2018-06-27 12:15:55 +0300
commit1067dd7ea269ee89f98d6528c16dece6acc21ede (patch)
tree712d2872072ca445725173b1d0573301cadf9a2c /platform/qt/include
parent37e71666d863c7025b0be8db89b3237f70ee3882 (diff)
downloadqtlocation-mapboxgl-1067dd7ea269ee89f98d6528c16dece6acc21ede.tar.gz
[qt] Add QMapboxGL::getFilter()
Diffstat (limited to 'platform/qt/include')
-rw-r--r--platform/qt/include/qmapboxgl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp
index ac143066e3..a699b77cec 100644
--- a/platform/qt/include/qmapboxgl.hpp
+++ b/platform/qt/include/qmapboxgl.hpp
@@ -239,7 +239,7 @@ public:
QList<QString> layerIds() const;
void setFilter(const QString &layer, const QVariant &filter);
-
+ QVariant getFilter(const QString &layer) const;
// When rendering on a different thread,
// should be called on the render thread.
void createRenderer();