summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qiffeatureinterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Documentation updateDominik Holland2023-09-291-9/+56
| | | | | | | | | | | | | | | * Make the documentation less automotive specific * Give more examples where the zones concept is useful * Add a better overview documentation to: QIfAbstractZonedFeature QIfZonedFeatureInterface QIFeatureInterface Task-number: QTBUG-99004 Task-number: QTBUG-116203 Pick-to: 6.6 6.6.0 Change-Id: Icef354f97c5bf504abb3b93886e9866ed185e3d9 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Remove constructors using QObjectPrivate from some interfaces classesDominik Holland2023-07-191-5/+0
| | | | | | | | | The constructors were not used and also didn't made much sense as backend implementations usually don't need to use PIMPL. Pick-to: 6.6 Change-Id: I365d980dbf6809d69f07c99e7d622f984cc0251f Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Include the autogenerated moc file in all our source filesDominik Holland2023-07-181-0/+2
| | | | | | | Pick-to: 6.6 Change-Id: Idc18a31b2c755dac9702ef878b898188134dc5c1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> 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>
* Rename all files to match the new module nameDominik Holland2021-06-161-0/+104
This is a follow-up of the previous commit. Task-number: AUTOSUITE-1633 Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68 Reviewed-by: Robert Griebl <robert.griebl@qt.io>