summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifpendingreply.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'v6.5.8-lts' into tqtc/lts-6.5-opensourcev6.5.8-lts-lgplTarja Sundqvist6 days1-4/+4
|\ | | | | | | | | | | | | | | | | Qt 6.5.8-lts release Conflicts solved: dependencies.yaml Change-Id: Ic91e9ca9e5c969eb3c8ecad485b4430e423125aa
| * Doc: Provide missing return values in QIfPendingReply \fn documentationTopi Reinio2024-11-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | QDoc in Qt 6.7 will require complete function signatures in \fn commands, including return values. Change-Id: Ib96908eff9e5c317fcb2bfe72f138a93fe71af14 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit a57faeb035898301e361fa4825a545fea42f9374) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 136d3428fad829f87ef086436686d1e42fd2a970)
* | Revert "Update commercial SPDX-License-Identifier"Tarja Sundqvist2025-01-091-1/+1
|/ | | | | | | | | | This reverts commit 42cf16938f773db6e29ec7d52f4b0f7d2ff0eb6d. Revert of commercial SPDX license identifiers is required for the Qt 6.5.x opensource releases, Qt 6.5.4 onwards. Change-Id: Ic888e6ebad8f3a943eb984548e0f586a03de392f Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Update commercial SPDX-License-IdentifierTarja Sundqvist2023-11-171-1/+1
| | | | | | | | | | Updated the commercial SPDX-License-Identifier to the files in tqtc-qtinterfaceframework. Examples, tests, or documentation files are not updated. Task-number: QTQAINFRA-5900 Change-Id: I2b75bd39661da87e7650353fdde145d2c1750887 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Use SPDX license identifiersDominik Holland2022-06-151-40/+4
| | | | | | | | | | | | 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. Change-Id: I601c778c0e88c61cda97ef3bd0259faf39b915e5 Pick-to: 6.4 Task-number: QTBUG-67283 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Change the QML code to versionless importsDominik Holland2021-08-241-2/+2
| | | | | | | | This affects mostly examples and tests, but also autogenerated code for the simulation system. Change-Id: Ia8352f8c539a98a21537ddf82bf2ed92b94f8fbc Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Rename all files to match the new module nameDominik Holland2021-06-161-0/+894
This is a follow-up of the previous commit. Task-number: AUTOSUITE-1633 Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68 Reviewed-by: Robert Griebl <robert.griebl@qt.io>