summaryrefslogtreecommitdiff
path: root/test/tile/annotation_tile.test.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-04-20 12:28:35 +0200
committerKonstantin Käfer <mail@kkaefer.com>2017-04-26 11:46:40 +0200
commited2ccda0e911b3305bb0f587c00c01bad3bd31d2 (patch)
treebf8c3cd633ffcb3e2f227a95b450a8a4b41639c1 /test/tile/annotation_tile.test.cpp
parent03f26cb508d203a69b93f7461a4bd9d8ea66ed16 (diff)
downloadqtlocation-mapboxgl-ed2ccda0e911b3305bb0f587c00c01bad3bd31d2.tar.gz
[core] Move Sprite parsing to thread pool
Diffstat (limited to 'test/tile/annotation_tile.test.cpp')
-rw-r--r--test/tile/annotation_tile.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tile/annotation_tile.test.cpp b/test/tile/annotation_tile.test.cpp
index 4e28a3101c..31197126de 100644
--- a/test/tile/annotation_tile.test.cpp
+++ b/test/tile/annotation_tile.test.cpp
@@ -24,7 +24,7 @@ public:
util::RunLoop loop;
ThreadPool threadPool { 1 };
AnnotationManager annotationManager { 1.0 };
- style::Style style { fileSource, 1.0 };
+ style::Style style { threadPool, fileSource, 1.0 };
style::UpdateParameters updateParameters {
1.0,