summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qgeotiledmap_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/geotestplugin/qgeotiledmap_test.h')
-rw-r--r--tests/auto/geotestplugin/qgeotiledmap_test.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/geotestplugin/qgeotiledmap_test.h b/tests/auto/geotestplugin/qgeotiledmap_test.h
index 19c7620e..a6299efe 100644
--- a/tests/auto/geotestplugin/qgeotiledmap_test.h
+++ b/tests/auto/geotestplugin/qgeotiledmap_test.h
@@ -37,12 +37,18 @@ QT_USE_NAMESPACE
class QGeoTiledMappingManagerEngineTest;
class QGeoTiledMapTestPrivate;
+struct QGeoTiledMapTestOptions {
+ bool supportVisibleArea = true;
+};
+
class QGeoTiledMapTest: public QGeoTiledMap
{
Q_OBJECT
Q_DECLARE_PRIVATE(QGeoTiledMapTest)
public:
- QGeoTiledMapTest(QGeoTiledMappingManagerEngine *engine, QObject *parent = 0);
+ QGeoTiledMapTest(QGeoTiledMappingManagerEngine *engine,
+ const QGeoTiledMapTestOptions &options,
+ QObject *parent = 0);
protected slots:
void onCameraCenter_testChanged(QGeoMapParameter *param, const char *propertyName);