summaryrefslogtreecommitdiff
path: root/test/style
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-11 15:09:40 -0700
commitd57b47b1ebdffa7a1f33519d618ac590b607761e (patch)
treeeae4c185bd3c3d117e65c42a6d1dd39312ba80a7 /test/style
parent0da95e17c37e1b283074bc0e4f7293c7a0f2076e (diff)
downloadqtlocation-mapboxgl-d57b47b1ebdffa7a1f33519d618ac590b607761e.tar.gz
fixes #1675: abstract annotation tile refresh check/render; trigger post-sprite/sprite store load
Diffstat (limited to 'test/style')
-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_;