qt5base-lts/src/corelib/global
Thiago Macieira 3bf4c222e5 Make Qt::Initialization a C++11 class enum
And declare Qt::Uninitialized to be the same value because we're not
interested in the scoping rules of C++11 class enums. We're only
interested in avoiding the cast from Qt::Uninitialized to an integer.
That is to avoid the mistaken:

    QVector<Custom> vector(5, Qt::Uninitialized);

which is actually implicitly:

    QVector<Custom> vector(5, Custom(Qt::Uninitialized));

and likely not what the developer wanted.

Change-Id: I27eaacb532114dd188c4ffff13d374eb698bfbab
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2015-08-10 03:41:43 +00:00
..
archdetect.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
global.pri Support logging direct to syslog, if enabled. 2015-08-09 04:16:38 +00:00
qcompilerdetection.h Disable #pragma diagnostic [push|pop] for gcc 4.5 2015-08-03 07:12:41 +00:00
qconfig-dist.h Update copyright headers 2015-02-11 06:49:51 +00:00
qconfig-large.h Update copyright headers 2015-02-11 06:49:51 +00:00
qconfig-medium.h Update copyright headers 2015-02-11 06:49:51 +00:00
qconfig-minimal.h Introduce QT_NO_MIMETYPE 2015-02-17 00:06:47 +00:00
qconfig-nacl.h Update copyright headers 2015-02-11 06:49:51 +00:00
qconfig-small.h Introduce QT_NO_MIMETYPE 2015-02-17 00:06:47 +00:00
qendian.h Update copyright headers 2015-02-11 06:49:51 +00:00
qendian.qdoc Update copyright headers 2015-02-11 06:49:51 +00:00
qfeatures.txt Introduce QT_NO_MIMETYPE 2015-02-17 00:06:47 +00:00
qflags.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qglobal.cpp Merge remote-tracking branch 'origin/5.5' into dev 2015-08-06 10:54:01 +02:00
qglobal.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qglobalstatic.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qglobalstatic.h Update copyright headers 2015-02-11 06:49:51 +00:00
qhooks_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qhooks.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qisenum.h Update copyright headers 2015-02-11 06:49:51 +00:00
qlibraryinfo.cpp remove Build date from qt_core_boilerplate() 2015-07-08 01:17:07 +00:00
qlibraryinfo.h Avoid hardcoding build date in qtcore and tools 2015-02-12 18:34:23 +00:00
qlogging.cpp Support logging direct to syslog, if enabled. 2015-08-09 04:16:38 +00:00
qlogging.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qmalloc.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qnamespace.h Make Qt::Initialization a C++11 class enum 2015-08-10 03:41:43 +00:00
qnamespace.qdoc Document AA_* that must be set before app construction 2015-08-08 22:52:43 +00:00
qnumeric_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qnumeric.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qnumeric.h Update copyright headers 2015-02-11 06:49:51 +00:00
qprocessordetection.h Update copyright headers 2015-02-11 06:49:51 +00:00
qsysinfo.h Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
qsystemdetection.h Update for the newest Darwin-family operating systems. 2015-06-10 05:28:55 +00:00
qt_pch.h Update copyright headers 2015-02-11 06:49:51 +00:00
qt_windows.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtypeinfo.h Add QTypeInfo::isRelocatable 2015-08-10 03:41:37 +00:00
qtypetraits.h QMetaType: Fix compilation with non default constructible Q_GADGET 2015-05-27 10:51:10 +00:00