[Development] QT_DEPRECATED_SINCE and QT_DISABLE_DEPRECATED_BEFORE
Thiago Macieira
thiago at kde.org
Tue Nov 1 10:43:46 CET 2011
On Thursday, 27 de October de 2011 07:23:58 Thiago Macieira wrote:
> On Wednesday, 26 de October de 2011 23.28.53, Olivier Goffart wrote:
> > After a small talk with David Faure, we came to the conclusion that maybe
> > it would be a good temporary solution to define
> > QT_DISABLE_DEPRECATED_BEFORE to 4.9 to re-enable (temporarely) all the
> > deprecated function, untill the feature freeze. So others module have time
> > to adapt to the deprecation warnings.
> >
> > The change is there: http://codereview.qt-project.org/#change,7494
> >
> > Comments?
>
> Qt itself needs to be built with that macro enabled. On some platforms
> (*cough* Windows *cough*), the compiler (*cough* MSVC *cough*) will try to
> export the entire class, including inline functions, so it needs to see all
> functions.
One more thing: QT_DEPRECATED expands to empty during the Qt build.
Should we enable QT_DEPRECATED_WARNINGS?
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Software Architect - Intel Open Source Technology Center
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20111101/47ed4967/attachment.sig>
More information about the Development
mailing list