Java-style iterators are going to be deprecated, or at the very least
banned from use in Qt code. Ditto QLinkedList.
Unfortunately, the module contains more than 100 uses of Q_FOREACH,
even though, according to my sources, its use was banned in Qt
implementation from the get-go. So QT_NO_FOREACH is currently not an
option.
Change-Id: Ib34d7634f59ba5395cfb2b4b3afbfe0b62f52a73
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This will turn -Werror on for our tested compilers, to avoid introducing new
warnings.
Change-Id: I27b55fdf514247549455fffd14b17ae6dce9976f
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
- Changed the version number to 1.2 where relevant.
- Regenerated plugins.qmltypes
- Updated known issues
Change-Id: I5f737a970d0ac7fc14dbd2d30a8684ecced45ac0
Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Due to some bizarre new policy, any Qt module will fail unless
tests/auto/cmake is present. See qtbase/mkspecs/features/create_cmake.prf.
We don't care about cmake so just disable this thing in the .qmake.conf.
Change-Id: I27b5b2e498d6056307b7e881ebc2b8e83978e5de
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Had to add one folder to the examples structure so
installation works correctly.
Change-Id: Ic92dfe9997413a6243abcf5eeba12744ba9e938c
Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Module version number (MODULE_VERSION) to 5.1.0, otherwise you get dll name Qt0DataVis3Dd.dll.
Removed spectrum example from builds that do not include multimedia module.
Change-Id: I20f61cc10c7b537e8897478dfd37ac61e3e4c683
Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>