summaryrefslogtreecommitdiff
path: root/src/location/places/qplacedetailsreply.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/qplacedetailsreply.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/qplacedetailsreply.h')
-rw-r--r--src/location/places/qplacedetailsreply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplacedetailsreply.h b/src/location/places/qplacedetailsreply.h
index 52bbf343..aef21ab0 100644
--- a/src/location/places/qplacedetailsreply.h
+++ b/src/location/places/qplacedetailsreply.h
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Location)
class QPlaceDetailsReplyPrivate;
-class Q_LOCATION_EXPORT QPlaceDetailsReply : public QPlaceReply
+class Q_LOCATION_EXPORT_TEMP QPlaceDetailsReply : public QPlaceReply
{
Q_OBJECT
public: