aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/theme.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
| | | | | | | | | | | | | | According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I26d72e8de04d4c7c57b3b7838af5d033265de5ba Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* 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 <shawn.rutledge@qt.io>
* QmlCompiler: Fix licenses in test filesUlf Hermann2022-04-281-0/+28
| | | | | | | Those are not commercial-only anymore. Change-Id: I4ebb6fa4b8295b9e5cbb901ab39e30df6e0c85ce Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* qmlcachegen: Don't generate bad code if we cannot resolve a return typeUlf Hermann2021-12-101-0/+9
| | | | | | | | | | If we cannot resolve a return type, we need to refrain from calling the method. Pick-to: 6.2 Task-number: QTBUG-99042 Change-Id: Ie5ba0367c83c178f7e5c112072ca97d3c1c1fb1f Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* QmlCompiler: Split type name by last "::" rather than firstUlf Hermann2021-12-101-0/+16
The outer type name can include namespaces, the inner one cannot. Task-number: QTBUG-99042 Change-Id: Idaa3abbfa7b4ff0c908edd7fdee5c4e2ba0337dc Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>