aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qresourcerelocater.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: QtQmlCompiler: Fix documentation warningsTopi Reinio2023-06-021-0/+1
| | | | | | | | | | * Mark functions of QColorOutput \internal to avoid QDoc warnings as the (private) class is not included in the module's master header. * Fix undocumented parameters and typos. Change-Id: Iaf744372fd573d481fb8dd744bf44709b7ae8878 Reviewed-by: Ulf Hermann <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294 Reviewed-by: Shawn Rutledge <[email protected]>
* qmlcachegen: Move resourcefilter.cpp into QmlCompilerUlf Hermann2020-10-201-0/+182
For backwards compatibility, a replacement for qmlcachegen will need to provide the same functionality. Change-Id: I22664230ea636d384190122223d15819ebee930c Reviewed-by: Fabian Kosmale <[email protected]>