diff options
Diffstat (limited to 'src/location/places')
-rw-r--r-- | src/location/places/unsupportedreplies_p.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/location/places/unsupportedreplies_p.h b/src/location/places/unsupportedreplies_p.h index 0d987316..a768d2be 100644 --- a/src/location/places/unsupportedreplies_p.h +++ b/src/location/places/unsupportedreplies_p.h @@ -43,7 +43,7 @@ #include "qplacematchreply.h" #include "qplacemanagerengine.h" -class QPlaceDetailsReplyUnsupported : public QPlaceDetailsReply +class Q_LOCATION_EXPORT QPlaceDetailsReplyUnsupported : public QPlaceDetailsReply { Q_OBJECT @@ -67,7 +67,7 @@ public: } }; -class QPlaceContentReplyUnsupported : public QPlaceContentReply +class Q_LOCATION_EXPORT QPlaceContentReplyUnsupported : public QPlaceContentReply { Q_OBJECT @@ -91,7 +91,7 @@ public: } }; -class QPlaceSearchReplyUnsupported : public QPlaceSearchReply +class Q_LOCATION_EXPORT QPlaceSearchReplyUnsupported : public QPlaceSearchReply { Q_OBJECT @@ -115,7 +115,7 @@ public: } }; -class QPlaceSearchSuggestionReplyUnsupported : public QPlaceSearchSuggestionReply +class Q_LOCATION_EXPORT QPlaceSearchSuggestionReplyUnsupported : public QPlaceSearchSuggestionReply { Q_OBJECT @@ -139,7 +139,7 @@ public: } }; -class QPlaceIdReplyUnsupported : public QPlaceIdReply +class Q_LOCATION_EXPORT QPlaceIdReplyUnsupported : public QPlaceIdReply { Q_OBJECT @@ -163,7 +163,7 @@ public: } }; -class QPlaceReplyUnsupported : public QPlaceReply +class Q_LOCATION_EXPORT QPlaceReplyUnsupported : public QPlaceReply { Q_OBJECT @@ -186,7 +186,7 @@ public: } }; -class QPlaceMatchReplyUnsupported : public QPlaceMatchReply +class Q_LOCATION_EXPORT QPlaceMatchReplyUnsupported : public QPlaceMatchReply { Q_OBJECT |