summaryrefslogtreecommitdiffstats
path: root/src/location/maps/tiled/qgeotiledmaprequest.h
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2010-08-13 20:08:21 +1000
committerDavid Laing <david.laing@nokia.com>2010-08-13 20:08:21 +1000
commit8afdf4c98139c52995e612b6cee2f6d5cde5e994 (patch)
tree2142d3c95a799542b6e9d3916052ada7db346ffe /src/location/maps/tiled/qgeotiledmaprequest.h
parentde776a73a14dafd6a04c6ba55c902aae9e9fed7d (diff)
More cleaning up.
Diffstat (limited to 'src/location/maps/tiled/qgeotiledmaprequest.h')
-rw-r--r--src/location/maps/tiled/qgeotiledmaprequest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/tiled/qgeotiledmaprequest.h b/src/location/maps/tiled/qgeotiledmaprequest.h
index 48b3346502..e52991f6bb 100644
--- a/src/location/maps/tiled/qgeotiledmaprequest.h
+++ b/src/location/maps/tiled/qgeotiledmaprequest.h
@@ -45,7 +45,7 @@
#include "qgraphicsgeomap.h"
#include <QRect>
-#include <QSharedDataPointer>
+#include <QExplicitlySharedDataPointer>
QTM_BEGIN_NAMESPACE
@@ -77,7 +77,7 @@ public:
QRect tileRect() const;
private:
- QSharedDataPointer<QGeoTiledMapRequestPrivate> d_ptr;
+ QExplicitlySharedDataPointer<QGeoTiledMapRequestPrivate> d_ptr;
};
Q_LOCATION_EXPORT uint qHash(const QGeoTiledMapRequest &key);