summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-04-10 18:59:31 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-05-04 08:41:37 +0000
commit986110e3a41b0e90ab55fa7d17ef12599c824b56 (patch)
tree32f2c8061621aeb00c5a00fca2f376039411276a /tests/auto
parentca1e96183643f59f95b6b9391d9d4c15bdac4a64 (diff)
downloadqtlocation-986110e3a41b0e90ab55fa7d17ef12599c824b56.tar.gz
Remove QGeoMapData class.
Since QGeoMap class does not have any subclasses, there is no need for keeping the bridge in form of QGeoMapData. This commit basically renames QGeoMapData to be QGeoMap. Change-Id: I6eb2f56f7ea83663034f4a8297e8e8f7f185d6a9 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/geotestplugin/qgeotiledmappingmanagerengine_test.h2
-rw-r--r--tests/auto/qgeomapcontroller/tst_qgeomapcontroller.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/geotestplugin/qgeotiledmappingmanagerengine_test.h b/tests/auto/geotestplugin/qgeotiledmappingmanagerengine_test.h
index f8d0f38b..d690c63d 100644
--- a/tests/auto/geotestplugin/qgeotiledmappingmanagerengine_test.h
+++ b/tests/auto/geotestplugin/qgeotiledmappingmanagerengine_test.h
@@ -72,7 +72,7 @@ public:
setTileFetcher(fetcher);
}
- QGeoMapData *createMapData()
+ QGeoMap *createMapData()
{
return new QGeoTiledMapDataTest(this);;
}
diff --git a/tests/auto/qgeomapcontroller/tst_qgeomapcontroller.cpp b/tests/auto/qgeomapcontroller/tst_qgeomapcontroller.cpp
index d0b1baff..dcd6d794 100644
--- a/tests/auto/qgeomapcontroller/tst_qgeomapcontroller.cpp
+++ b/tests/auto/qgeomapcontroller/tst_qgeomapcontroller.cpp
@@ -35,7 +35,7 @@
#include <QtTest/QtTest>
#include <QSignalSpy>
-#include <QtLocation/private/qgeomapdata_p.h>
+#include <QtLocation/private/qgeomap_p.h>
#include <QtLocation/private/qgeomapcontroller_p.h>
// cross-reference test plugin, where concrete subclasses are needed