[Development] Qt 5.5.0 header diff: QtLocation.diff

Marc Mutz marc.mutz at kdab.com
Mon Jun 8 15:21:50 CEST 2015


On Friday 05 June 2015 10:10:37 Frederik Gladhorn wrote:
> diff --git a/src/location/maps/qgeocodereply.h
> b/src/location/maps/qgeocodereply.h index a30a863..f713e42 100644
> --- a/src/location/maps/qgeocodereply.h
> +++ b/src/location/maps/qgeocodereply.h
> @@ -56,7 +59,7 @@ class QGeoServiceProviderPrivate;
>  class Q_LOCATION_EXPORT QGeoServiceProvider : public QObject
>  {
>      Q_OBJECT
> -
> +    Q_ENUMS(Error)
>  public:
>      enum Error {
>          NoError,

Should be Q_ENUM(Error) after the enum Error?

But can be fixed in BC way.

-- 
Marc Mutz <marc.mutz at kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt Experts



More information about the Development mailing list