diff options
author | alex <alex.blasche@nokia.com> | 2011-10-21 17:07:12 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-21 10:46:21 +0200 |
commit | bc73af3ea55ed415d330f6d3a3aad6dd361f6417 (patch) | |
tree | 7e0f854c9db0c04d09a0b48f5fcecca4ffbcdeb4 /src/location/places | |
parent | d1aa576861133fbf9c2aed5958b5ad22534bf0db (diff) | |
download | qtlocation-bc73af3ea55ed415d330f6d3a3aad6dd361f6417.tar.gz |
Fixup temporary QtLocation export.
Q_LOCATION_EXPORT_TEMP -> Q_LOCATION_EXPORT
Change-Id: I65b1d9c59ab2d2ad437f1934013eb53b0b96e606
Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/places')
22 files changed, 22 insertions, 22 deletions
diff --git a/src/location/places/qplaceattribute.h b/src/location/places/qplaceattribute.h index d5edc6e2..aaabff63 100644 --- a/src/location/places/qplaceattribute.h +++ b/src/location/places/qplaceattribute.h @@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE class QPlaceAttributePrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceAttribute +class Q_LOCATION_EXPORT QPlaceAttribute { public: QPlaceAttribute(); diff --git a/src/location/places/qplacecategory.h b/src/location/places/qplacecategory.h index 5570841d..51e262c2 100644 --- a/src/location/places/qplacecategory.h +++ b/src/location/places/qplacecategory.h @@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE class QPlaceIcon; class QPlaceCategoryPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceCategory +class Q_LOCATION_EXPORT QPlaceCategory { public: QPlaceCategory(); diff --git a/src/location/places/qplacecontent.h b/src/location/places/qplacecontent.h index 16a20200..d67db3ff 100644 --- a/src/location/places/qplacecontent.h +++ b/src/location/places/qplacecontent.h @@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE class QPlaceUser; class QPlaceSupplier; class QPlaceContentPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceContent +class Q_LOCATION_EXPORT QPlaceContent { public: typedef QMap<int, QPlaceContent> Collection; diff --git a/src/location/places/qplacecontentreply.h b/src/location/places/qplacecontentreply.h index 8b9a9ead..dd25f476 100644 --- a/src/location/places/qplacecontentreply.h +++ b/src/location/places/qplacecontentreply.h @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE class QPlaceContentReplyPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceContentReply : public QPlaceReply +class Q_LOCATION_EXPORT QPlaceContentReply : public QPlaceReply { Q_OBJECT public: diff --git a/src/location/places/qplacecontentrequest.h b/src/location/places/qplacecontentrequest.h index a9b47ddc..a4333ee6 100644 --- a/src/location/places/qplacecontentrequest.h +++ b/src/location/places/qplacecontentrequest.h @@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE class QPlaceContentRequestPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceContentRequest : public QPlaceRequest +class Q_LOCATION_EXPORT QPlaceContentRequest : public QPlaceRequest { public: QPlaceContentRequest(); diff --git a/src/location/places/qplacedetailsreply.h b/src/location/places/qplacedetailsreply.h index bcba66fb..ef404aec 100644 --- a/src/location/places/qplacedetailsreply.h +++ b/src/location/places/qplacedetailsreply.h @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE class QPlaceDetailsReplyPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceDetailsReply : public QPlaceReply +class Q_LOCATION_EXPORT QPlaceDetailsReply : public QPlaceReply { Q_OBJECT public: diff --git a/src/location/places/qplaceeditorial.h b/src/location/places/qplaceeditorial.h index 6bacc42d..ee9591b7 100644 --- a/src/location/places/qplaceeditorial.h +++ b/src/location/places/qplaceeditorial.h @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE class QPlaceEditorialPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceEditorial : public QPlaceContent +class Q_LOCATION_EXPORT QPlaceEditorial : public QPlaceContent { public: QPlaceEditorial(); diff --git a/src/location/places/qplaceicon.h b/src/location/places/qplaceicon.h index e7e9e0a7..03ad8e85 100644 --- a/src/location/places/qplaceicon.h +++ b/src/location/places/qplaceicon.h @@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE class QPlaceManager; class QPlaceIconPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceIcon +class Q_LOCATION_EXPORT QPlaceIcon { public: Q_ENUMS(QPlaceIcon::IconType) diff --git a/src/location/places/qplaceidreply.h b/src/location/places/qplaceidreply.h index f879ce7b..0b90a613 100644 --- a/src/location/places/qplaceidreply.h +++ b/src/location/places/qplaceidreply.h @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE class QPlaceIdReplyPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceIdReply : public QPlaceReply +class Q_LOCATION_EXPORT QPlaceIdReply : public QPlaceReply { Q_OBJECT public: diff --git a/src/location/places/qplaceimage.h b/src/location/places/qplaceimage.h index eea76dfd..f2a41509 100644 --- a/src/location/places/qplaceimage.h +++ b/src/location/places/qplaceimage.h @@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE class QPlaceImagePrivate; class QUrl; -class Q_LOCATION_EXPORT_TEMP QPlaceImage : public QPlaceContent +class Q_LOCATION_EXPORT QPlaceImage : public QPlaceContent { public: QPlaceImage(); diff --git a/src/location/places/qplacemanager.h b/src/location/places/qplacemanager.h index 9e0089f5..c02efb5d 100644 --- a/src/location/places/qplacemanager.h +++ b/src/location/places/qplacemanager.h @@ -67,7 +67,7 @@ class QPlaceManagerEngine; class QPlaceSearchRequest; class QPlaceSearchReply; -class Q_LOCATION_EXPORT_TEMP QPlaceManager : public QObject +class Q_LOCATION_EXPORT QPlaceManager : public QObject { Q_OBJECT public: diff --git a/src/location/places/qplacemanagerengine.h b/src/location/places/qplacemanagerengine.h index 33461456..02692c73 100644 --- a/src/location/places/qplacemanagerengine.h +++ b/src/location/places/qplacemanagerengine.h @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE class QPlaceManagerEnginePrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceManagerEngine : public QObject +class Q_LOCATION_EXPORT QPlaceManagerEngine : public QObject { Q_OBJECT public: diff --git a/src/location/places/qplacerating.h b/src/location/places/qplacerating.h index 4cfcb25d..d8f6707a 100644 --- a/src/location/places/qplacerating.h +++ b/src/location/places/qplacerating.h @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE class QPlaceRatingPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceRating +class Q_LOCATION_EXPORT QPlaceRating { public: QPlaceRating(); diff --git a/src/location/places/qplacereply.h b/src/location/places/qplacereply.h index c4a93323..429ebc14 100644 --- a/src/location/places/qplacereply.h +++ b/src/location/places/qplacereply.h @@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE class QPlaceReplyPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceReply : public QObject +class Q_LOCATION_EXPORT QPlaceReply : public QObject { Q_OBJECT public: diff --git a/src/location/places/qplacerequest.h b/src/location/places/qplacerequest.h index 0111089d..4fd531ff 100644 --- a/src/location/places/qplacerequest.h +++ b/src/location/places/qplacerequest.h @@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE class QPlaceRequestPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceRequest +class Q_LOCATION_EXPORT QPlaceRequest { public: enum Type { diff --git a/src/location/places/qplacereview.h b/src/location/places/qplacereview.h index 51ca7f31..f97d035f 100644 --- a/src/location/places/qplacereview.h +++ b/src/location/places/qplacereview.h @@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE class QDateTime; class QPlaceReviewPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceReview : public QPlaceContent +class Q_LOCATION_EXPORT QPlaceReview : public QPlaceContent { public: QPlaceReview(); diff --git a/src/location/places/qplacesearchreply.h b/src/location/places/qplacesearchreply.h index 3f5dfe22..3d1706ad 100644 --- a/src/location/places/qplacesearchreply.h +++ b/src/location/places/qplacesearchreply.h @@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE class QPlaceSearchReplyPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceSearchReply : public QPlaceReply +class Q_LOCATION_EXPORT QPlaceSearchReply : public QPlaceReply { Q_OBJECT public: diff --git a/src/location/places/qplacesearchrequest.h b/src/location/places/qplacesearchrequest.h index 940eae4f..de5bf189 100644 --- a/src/location/places/qplacesearchrequest.h +++ b/src/location/places/qplacesearchrequest.h @@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE class QGeoBoundingArea; class QPlaceSearchRequestPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceSearchRequest : public QPlaceRequest +class Q_LOCATION_EXPORT QPlaceSearchRequest : public QPlaceRequest { public: enum RelevanceHint { diff --git a/src/location/places/qplacesearchresult.h b/src/location/places/qplacesearchresult.h index 8c5f07b2..f88bcebf 100644 --- a/src/location/places/qplacesearchresult.h +++ b/src/location/places/qplacesearchresult.h @@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE class QPlaceSearchResultPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceSearchResult +class Q_LOCATION_EXPORT QPlaceSearchResult { public: QPlaceSearchResult(); diff --git a/src/location/places/qplacesupplier.h b/src/location/places/qplacesupplier.h index c0f5b583..d95cf871 100644 --- a/src/location/places/qplacesupplier.h +++ b/src/location/places/qplacesupplier.h @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE class QUrl; class QPlaceSupplierPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceSupplier +class Q_LOCATION_EXPORT QPlaceSupplier { public: QPlaceSupplier(); diff --git a/src/location/places/qplacetextpredictionreply.h b/src/location/places/qplacetextpredictionreply.h index 71c1e7ea..88338e56 100644 --- a/src/location/places/qplacetextpredictionreply.h +++ b/src/location/places/qplacetextpredictionreply.h @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE class QPlaceTextPredictionReplyPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceTextPredictionReply : public QPlaceReply +class Q_LOCATION_EXPORT QPlaceTextPredictionReply : public QPlaceReply { Q_OBJECT public: diff --git a/src/location/places/qplaceuser.h b/src/location/places/qplaceuser.h index 2bc4247a..03d6e216 100644 --- a/src/location/places/qplaceuser.h +++ b/src/location/places/qplaceuser.h @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE class QPlaceUserPrivate; -class Q_LOCATION_EXPORT_TEMP QPlaceUser +class Q_LOCATION_EXPORT QPlaceUser { public: QPlaceUser(); |