mirror of https://github.com/qt/qtdatavis3d.git
Mark the module free of Java-style iterators and of QLinkedList
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 commit is contained in:
parent
0aec1b9919
commit
ff5ecc6cc8
|
|
@ -1,5 +1,7 @@
|
|||
load(qt_build_config)
|
||||
|
||||
DEFINES += QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
|
||||
|
||||
MODULE_VERSION = 5.14.0
|
||||
CONFIG += warning_clean
|
||||
CMAKE_MODULE_TESTS=-
|
||||
|
|
|
|||
Loading…
Reference in New Issue