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
2014-09-17 12:38:55 +02:00
2013-09-04 01:50:10 +02:00
2015-02-15 07:41:17 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-11 06:49:51 +00:00
2015-02-16 09:06:41 +00:00
2015-02-11 06:49:51 +00:00
2015-07-22 00:23:23 +00:00
2015-07-22 00:23:23 +00:00
2015-02-11 06:49:51 +00:00
Description
Qt Base (Core, Gui, Widgets, Network, ...)
822 MiB
Languages
C++ 84.3%
HTML 4.9%
C 3.9%
CMake 3.6%
Objective-C++ 2%
Other 0.8%