From 3a598fcfa09551f3476b19549f02251aa44fefb7 Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Fri, 1 Feb 2013 12:53:04 +1000 Subject: Remove use of QT_{BEGIN,END}_HEADER macros. These macros were removed from Qt Core and they are no longer defined causing Qt Location to fail to build. Change-Id: Ibed30daa1a802957cebe95a577dfe86f0f643970 Reviewed-by: Laszlo Papp Reviewed-by: Lorn Potter --- src/location/places/qplaceidreply.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/location/places/qplaceidreply.h') diff --git a/src/location/places/qplaceidreply.h b/src/location/places/qplaceidreply.h index 1b0276f6..dd8fb5d9 100644 --- a/src/location/places/qplaceidreply.h +++ b/src/location/places/qplaceidreply.h @@ -45,12 +45,8 @@ #include #include -QT_BEGIN_HEADER - QT_BEGIN_NAMESPACE - - class QPlaceIdReplyPrivate; class Q_LOCATION_EXPORT QPlaceIdReply : public QPlaceReply { @@ -81,6 +77,4 @@ private: QT_END_NAMESPACE -QT_END_HEADER - #endif -- cgit v1.2.1