Qt Declarative (Quick 2)
Go to file
Volker Hilsheimer 761beaa354 Fix build-breaking warnings
Qt's asKeyValueRange of associative containers cannot return references
to key/value pairs, so Apple's clang warns when using ranged-for with
references to elements.

Use a structured binding instead as the loop variable, and delay some
conversions of QSet<QString> to QStringList until the list is needed.

Change-Id: I37aa101e6d9cd008cde0c2db790132dc051a249b
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2022-09-01 22:12:33 +02:00
LICENSES Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
cmake Add license headers to cmake files 2022-07-08 10:41:06 +02:00
coin qmldom: use a snapshot which has the Q_QML_COMPILER_EXPORT rename 2022-07-12 18:17:15 +00:00
dist Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
examples Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
features
src Fix build-breaking warnings 2022-09-01 22:12:33 +02:00
tests PinchHandler: Enforce min/max scale limits with native gestures 2022-09-01 22:12:33 +02:00
tools qmltc: test support for generalized group properties 2022-09-01 22:12:32 +02:00
.cmake.conf Bump version to 6.5.0 2022-06-13 13:01:28 +03:00
.gitattributes qmlformat: improve testing of file based options 2021-11-04 13:35:48 +01:00
.gitignore Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
.gitmodules
.tag Use tree hash rather than commit hash in .tag file 2022-01-25 23:55:27 +01:00
CMakeLists.txt Add license headers to cmake files 2022-07-08 10:41:06 +02:00
README.md Rewrite README.md 2021-08-12 13:15:17 +00:00
conanfile.py Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
configure.cmake Add license headers to cmake files 2022-07-08 10:41:06 +02:00
dependencies.yaml Update dependencies on 'dev' in qt/qtdeclarative 2022-08-30 16:53:01 +00:00
qt_cmdline.cmake Add license headers to cmake files 2022-07-08 10:41:06 +02:00
qtdeclarative.doxy
sync.profile qmltyperegistrar: Extract into own library 2022-07-01 13:55:42 +02:00