summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifpendingreply.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Provide missing return values in QIfPendingReply \fn documentationTopi Reinio2023-12-011-4/+4
| | | | | | | | | | | QDoc in Qt 6.7 will require complete function signatures in \fn commands, including return values. Pick-to: 6.5 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>
* Include the autogenerated moc file in all our source filesDominik Holland2023-07-181-0/+2
| | | | | | | | Change-Id: Idc18a31b2c755dac9702ef878b898188134dc5c1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit 5c03c697f300363917bfc31078b47e5708c06f5a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Start using the new literal operator from Qt::StringLiteralsDominik Holland2023-05-091-2/+4
| | | | | Change-Id: I4f5d723d01dc8e8e410920f96e6a445b194ac389 Reviewed-by: Robert Griebl <robert.griebl@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>