summaryrefslogtreecommitdiff
path: root/src/location/maps/qabstractgeotilecache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qabstractgeotilecache_p.h')
-rw-r--r--src/location/maps/qabstractgeotilecache_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qabstractgeotilecache_p.h b/src/location/maps/qabstractgeotilecache_p.h
index e368066f..141aa9b4 100644
--- a/src/location/maps/qabstractgeotilecache_p.h
+++ b/src/location/maps/qabstractgeotilecache_p.h
@@ -102,6 +102,7 @@ public:
virtual int maxTextureUsage() const = 0;
virtual int minTextureUsage() const = 0;
virtual int textureUsage() const = 0;
+ virtual void clearAll() = 0;
virtual QSharedPointer<QGeoTileTexture> get(const QGeoTileSpec &spec) = 0;