summaryrefslogtreecommitdiffstats
path: root/tests/manual/dumpcpp/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-05-131-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: I7b5f64b3b261da7a10effe2d91f2c4f058a11e88 Reviewed-by: Joerg Bornemann <[email protected]>
* Prepare for moving qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-08-301-0/+1
| | | | | | | Include qlibraryinfo.h where it's used. Change-Id: Ibf54612eb1678963cab2c5030f57118b058c68cf Reviewed-by: Ivan Solovev <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-06-101-27/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: Ibdefc58cad3b83d0d117fc333de76ccb5177a621 Reviewed-by: Jörg Bornemann <[email protected]>
* Remove High DPI scaling attributesFriedemann Kleint2021-07-151-3/+0
| | | | | | | | | They no longer have any effect and cause warnings and errors. Pick-to: 6.2 Change-Id: Ibeb25186d92a0755a06193f34892ac0d64314e2e Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Alexandru Croitor <[email protected]>
* Add a manual test for dumpcppv5.15.0-beta4Friedemann Kleint2020-04-081-0/+112
Let it generate code for the WebBrowser and display the meta object. Factor out useful code from axviewer. Change-Id: Ib250c749459836e2145f83f4f68fa0caee2a2ad9 Reviewed-by: Volker Hilsheimer <[email protected]>