From 3a811a30fa141aff0766f757772fd9e990c6b2f3 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 23 Feb 2013 15:47:54 -0800 Subject: QtLocation header check: compile in pedantic mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qgeopositioninfosourcefactory.h:62:68: error: extra ‘;’ [-pedantic] Change-Id: Ib024d4898ae52a181133d975d09e1381f231eb7b Reviewed-by: Laszlo Papp Reviewed-by: Aaron McCarthy --- src/location/places/qplaceresult.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/location/places/qplaceresult.h') diff --git a/src/location/places/qplaceresult.h b/src/location/places/qplaceresult.h index 703c2ed7..6cf016ec 100644 --- a/src/location/places/qplaceresult.h +++ b/src/location/places/qplaceresult.h @@ -57,7 +57,7 @@ public: #ifdef Q_QDOC QPlaceResult::QPlaceResult(const QPlaceSearchResult &other); #else - Q_DECLARE_SEARCHRESULT_COPY_CTOR(QPlaceResult); + Q_DECLARE_SEARCHRESULT_COPY_CTOR(QPlaceResult) #endif virtual ~QPlaceResult(); @@ -72,7 +72,7 @@ public: void setSponsored(bool sponsored); private: - Q_DECLARE_SEARCHRESULT_D_FUNC(QPlaceResult); + Q_DECLARE_SEARCHRESULT_D_FUNC(QPlaceResult) }; Q_DECLARE_TYPEINFO(QPlaceResult, Q_MOVABLE_TYPE); -- cgit v1.2.1