summaryrefslogtreecommitdiff
path: root/src/location/places
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-16 16:40:13 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-19 08:01:04 +0000
commit3936a37067c34ad470ac13411096e24b3efe4eba (patch)
tree1945f7dd919dfcf104aa6c9d89cb8f299a1185aa /src/location/places
parentbb8494d0ef5c674fc94acf68a5e12f9a25e5cb47 (diff)
downloadqtlocation-3936a37067c34ad470ac13411096e24b3efe4eba.tar.gz
Export the *Unsupported classes.
Fix linking errors of the OSM plugin on Windows. Change-Id: I8bfe73266665fd83281ec96dbca05faaa34b184d Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/places')
-rw-r--r--src/location/places/unsupportedreplies_p.h14
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