summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotilefetcher.cpp
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2012-03-16 10:32:01 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-16 02:50:38 +0100
commitee40ca908c59a9ae7fb8f396c082b538add6a99d (patch)
tree6815db2761f4e3dcf159800cad2f8327afcdc88c /src/location/maps/qgeotilefetcher.cpp
parent0e3fd443aae57fb5fc96edfca21aa67bfbbb3b19 (diff)
downloadqtlocation-ee40ca908c59a9ae7fb8f396c082b538add6a99d.tar.gz
Fixes various Coverity warnings.
Change-Id: I58a7191dae9cd441025cad658d82422561f216f6 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/maps/qgeotilefetcher.cpp')
-rw-r--r--src/location/maps/qgeotilefetcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeotilefetcher.cpp b/src/location/maps/qgeotilefetcher.cpp
index 75c510b2..fb7cbb54 100644
--- a/src/location/maps/qgeotilefetcher.cpp
+++ b/src/location/maps/qgeotilefetcher.cpp
@@ -222,6 +222,7 @@ void QGeoTileFetcher::handleReply(QGeoTiledMapReply *reply, const QGeoTileSpec &
QGeoTileFetcherPrivate::QGeoTileFetcherPrivate(QGeoTiledMappingManagerEngine *engine)
: started_(false),
stopped_(false),
+ timer_(0),
engine_(engine) {}
QGeoTileFetcherPrivate::~QGeoTileFetcherPrivate()