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 <[email protected]> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt Experts
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to