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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to