summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-09-08 18:03:10 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-09-08 18:03:10 -0700
commit0d899df9ddc9a7a9a8bfbac2c4b077ce26da64e9 (patch)
tree0f9927f1f98d3fc90b517a7ea758cce0baf26467 /test
parenta6ef907d5e647dec9ecee44f14ee5fdf2d44af06 (diff)
downloadqtlocation-mapboxgl-0d899df9ddc9a7a9a8bfbac2c4b077ce26da64e9.tar.gz
fixes #1675: abstract annotation tile refresh check/render; trigger post-sprite/sprite store load
Diffstat (limited to 'test')
-rw-r--r--test/style/resource_loading.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/style/resource_loading.cpp b/test/style/resource_loading.cpp
index 0562434586..5ed09065a1 100644
--- a/test/style/resource_loading.cpp
+++ b/test/style/resource_loading.cpp
@@ -63,6 +63,10 @@ public:
callback_(error);
}
+ void onSpriteStoreLoaded() override {
+ // no-op
+ }
+
private:
MapData data_;
Transform transform_;