summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmapreply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeotiledmapreply.cpp')
-rw-r--r--src/location/maps/qgeotiledmapreply.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/location/maps/qgeotiledmapreply.cpp b/src/location/maps/qgeotiledmapreply.cpp
index 7afceb7a..f37cebc6 100644
--- a/src/location/maps/qgeotiledmapreply.cpp
+++ b/src/location/maps/qgeotiledmapreply.cpp
@@ -282,17 +282,13 @@ void QGeoTiledMapReply::abort()
*******************************************************************************/
QGeoTiledMapReplyPrivate::QGeoTiledMapReplyPrivate(const QGeoTileSpec &spec)
- : error(QGeoTiledMapReply::NoError),
- isFinished(false),
- isCached(false),
- spec(spec) {}
+ : spec(spec)
+{}
QGeoTiledMapReplyPrivate::QGeoTiledMapReplyPrivate(QGeoTiledMapReply::Error error, const QString &errorString)
: error(error),
errorString(errorString),
- isFinished(true),
- isCached(false) {}
-
-QGeoTiledMapReplyPrivate::~QGeoTiledMapReplyPrivate() {}
+ isFinished(true)
+{}
QT_END_NAMESPACE