summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceimage.h
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2011-10-17 14:55:00 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-17 09:36:32 +0200
commitc8dc39b3cee6567db3d5dd80e8d1218afe06143a (patch)
treea014f3f0dc81371cdc4405c5950f532612ad8d17 /src/location/places/qplaceimage.h
parent8daddab3ede4ec758c2606cc22095da5626b3138 (diff)
downloadqtlocation-c8dc39b3cee6567db3d5dd80e8d1218afe06143a.tar.gz
First step of removal of Q_LOCATION_EXPORT macro from qglobal.h
Each module handles each its own exports. We need to change the QtLocation version, remove the qglobal.h define and then add it back under the old name in QtLocation Change-Id: I7530a251b78402215a466cd55a33ec24664786b7 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/places/qplaceimage.h')
-rw-r--r--src/location/places/qplaceimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplaceimage.h b/src/location/places/qplaceimage.h
index 72949b9b..a9c9e831 100644
--- a/src/location/places/qplaceimage.h
+++ b/src/location/places/qplaceimage.h
@@ -56,7 +56,7 @@ QT_MODULE(Location)
class QPlaceImagePrivate;
class QUrl;
-class Q_LOCATION_EXPORT QPlaceImage : public QPlaceContent
+class Q_LOCATION_EXPORT_TEMP QPlaceImage : public QPlaceContent
{
public:
QPlaceImage();