[Development] Header diff for QtCore

Thiago Macieira thiago.macieira at intel.com
Wed Jun 26 23:28:24 CEST 2013


On quarta-feira, 26 de junho de 2013 13.49.36, Thiago Macieira wrote:
> -// POD for Q_GLOBAL_STATIC
> -template <typename T>
> -class QGlobalStatic

class QGlobalStatic was moved to a new header, qglobalstatic.h, which doesn't 
show in the diff (due to --diff-filter=M). The new class is completely different 
from the previous, but QGlobalStatic has never been API (and still isn't, 
technically). Q_GLOBAL_STATIC was not API in Qt 5.0, but is now in 5.1.

> +++ b/src/corelib/global/qlibraryinfo.h
> @@ -84,6 +82,7 @@ public:
>          SysrootPath,
>          HostPrefixPath,
>          HostBinariesPath,
> +        HostLibrariesPath,

Non-issue, the lines before SysrootPath are:

#ifdef QT_BOOTSTRAPPED
        // These are not subject to binary compatibility constraints

There are a few scary changes in the metatype and QObject connection code that 
I'd like Stephen and Olivier (respectively) to take a look.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- 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/20130626/cb954402/attachment.sig>


More information about the Development mailing list