summaryrefslogtreecommitdiff
path: root/src/location/places/qplacereview.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/qplacereview.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/qplacereview.h')
-rw-r--r--src/location/places/qplacereview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplacereview.h b/src/location/places/qplacereview.h
index 559e359f..6a59e7a0 100644
--- a/src/location/places/qplacereview.h
+++ b/src/location/places/qplacereview.h
@@ -53,7 +53,7 @@ QT_MODULE(Location)
class QDateTime;
class QPlaceReviewPrivate;
-class Q_LOCATION_EXPORT QPlaceReview : public QPlaceContent
+class Q_LOCATION_EXPORT_TEMP QPlaceReview : public QPlaceContent
{
public:
QPlaceReview();