Re: [Development] Qt 5.3 header diff: QtLocation

2014-04-23 Thread Albert Astals Cid
On Tuesday 22 April 2014 17:49:17 Thiago Macieira wrote: > Em qua 23 abr 2014, às 10:28:51, Aaron McCarthy escreveu: > > On Tue, 22 Apr 2014 14:12:46 Thiago Macieira wrote: > > > http://macieira.org/~thiago/qt-5.3/QtLocation.diff > > > > This is fine. Qt Location is not part of the 5.3 release. >

Re: [Development] Qt 5.3 header diff: QtLocation

2014-04-22 Thread Thiago Macieira
Em qua 23 abr 2014, às 10:28:51, Aaron McCarthy escreveu: > On Tue, 22 Apr 2014 14:12:46 Thiago Macieira wrote: > > http://macieira.org/~thiago/qt-5.3/QtLocation.diff > > This is fine. Qt Location is not part of the 5.3 release. Indeed. However, Ubuntu did ship it in previous releases. http://p

Re: [Development] Qt 5.3 header diff: QtLocation

2014-04-22 Thread Aaron McCarthy
On Tue, 22 Apr 2014 14:12:46 Thiago Macieira wrote: > http://macieira.org/~thiago/qt-5.3/QtLocation.diff This is fine. Qt Location is not part of the 5.3 release. Cheers, -- Aaron McCarthy ___ Development mailing list Development@qt-project.org http:/

Re: [Development] Qt 5.3 header diff: QtLocation

2014-04-22 Thread Sze Howe Koh
ela > Sent: Dienstag, 22. April 2014 23:56 > To: development@qt-project.org > Subject: Re: [Development] Qt 5.3 header diff: QtLocation > > > On 2014-04-22, Thiago Macieira wrote: >> -QGeoCodingManagerEngine(const QMap ¶meters, >> QObject *parent = 0); >>

Re: [Development] Qt 5.3 header diff: QtLocation

2014-04-22 Thread Sergio Ahumada
Qt Location is not officially part of Qt 5.3.0 .. is it? Sent from my BlackBerry 10 smartphone. Original Message From: Sune Vuorela Sent: Dienstag, 22. April 2014 23:56 To: development@qt-project.org Subject: Re: [Development] Qt 5.3 header diff: QtLocation On 2014-04-22, Thiago Macieira

Re: [Development] Qt 5.3 header diff: QtLocation

2014-04-22 Thread Sune Vuorela
On 2014-04-22, Thiago Macieira wrote: > -QGeoCodingManagerEngine(const QMap ¶meters, > QObject *parent = 0); > +QGeoCodingManagerEngine(const QVariantMap ¶meters, QObject *parent = > 0); Given it is just changes to typedefs, it should be okay. There are quite many of those across this d

[Development] Qt 5.3 header diff: QtLocation

2014-04-22 Thread Thiago Macieira
http://macieira.org/~thiago/qt-5.3/QtLocation.diff diff --git a/src/location/maps/qgeocodingmanagerengine.h b/src/location/maps/qgeocodingmanagerengine.h index aa2839a..11862db 100644 --- a/src/location/maps/qgeocodingmanagerengine.h +++ b/src/location/maps/qgeocodingmanagerengine.h @@ -56,7 +56,7