summaryrefslogtreecommitdiff
path: root/src/location/places
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-02-11 19:25:50 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-02-14 14:05:01 +0000
commite5202eac7c4005aaf1020b2d0f863287dedbe51b (patch)
tree28acbe624f793ee649994facdb21924b892888f3 /src/location/places
parent2f6fd434396af991a57b7e54f1920b72888f2b51 (diff)
downloadqtlocation-e5202eac7c4005aaf1020b2d0f863287dedbe51b.tar.gz
Fix export macro in private headers
Changing Q_LOCATION_EXPORT to Q_LOCATION_PRIVATE_EXPORT in all _p headers to avoid confusion. Change-Id: Ic42d1c59f0cd68c27bcf40296c612d005da11efd Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/places')
-rw-r--r--src/location/places/unsupportedreplies_p.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/location/places/unsupportedreplies_p.h b/src/location/places/unsupportedreplies_p.h
index b23a3b34..c1b4160a 100644
--- a/src/location/places/unsupportedreplies_p.h
+++ b/src/location/places/unsupportedreplies_p.h
@@ -48,6 +48,7 @@
// We mean it.
//
+#include <QtLocation/private/qlocationglobal_p.h>
#include "qplacedetailsreply.h"
#include "qplacecontentreply.h"
#include "qplacesearchreply.h"
@@ -57,7 +58,7 @@
#include "qplacematchreply.h"
#include "qplacemanagerengine.h"
-class Q_LOCATION_EXPORT QPlaceDetailsReplyUnsupported : public QPlaceDetailsReply
+class Q_LOCATION_PRIVATE_EXPORT QPlaceDetailsReplyUnsupported : public QPlaceDetailsReply
{
Q_OBJECT
@@ -81,7 +82,7 @@ public:
}
};
-class Q_LOCATION_EXPORT QPlaceContentReplyUnsupported : public QPlaceContentReply
+class Q_LOCATION_PRIVATE_EXPORT QPlaceContentReplyUnsupported : public QPlaceContentReply
{
Q_OBJECT
@@ -105,7 +106,7 @@ public:
}
};
-class Q_LOCATION_EXPORT QPlaceSearchReplyUnsupported : public QPlaceSearchReply
+class Q_LOCATION_PRIVATE_EXPORT QPlaceSearchReplyUnsupported : public QPlaceSearchReply
{
Q_OBJECT
@@ -129,7 +130,7 @@ public:
}
};
-class Q_LOCATION_EXPORT QPlaceSearchSuggestionReplyUnsupported : public QPlaceSearchSuggestionReply
+class Q_LOCATION_PRIVATE_EXPORT QPlaceSearchSuggestionReplyUnsupported : public QPlaceSearchSuggestionReply
{
Q_OBJECT
@@ -153,7 +154,7 @@ public:
}
};
-class Q_LOCATION_EXPORT QPlaceIdReplyUnsupported : public QPlaceIdReply
+class Q_LOCATION_PRIVATE_EXPORT QPlaceIdReplyUnsupported : public QPlaceIdReply
{
Q_OBJECT
@@ -177,7 +178,7 @@ public:
}
};
-class Q_LOCATION_EXPORT QPlaceReplyUnsupported : public QPlaceReply
+class Q_LOCATION_PRIVATE_EXPORT QPlaceReplyUnsupported : public QPlaceReply
{
Q_OBJECT
@@ -200,7 +201,7 @@ public:
}
};
-class Q_LOCATION_EXPORT QPlaceMatchReplyUnsupported : public QPlaceMatchReply
+class Q_LOCATION_PRIVATE_EXPORT QPlaceMatchReplyUnsupported : public QPlaceMatchReply
{
Q_OBJECT