summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifpagingmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Fix \instantiates deprecation warningDominik Holland2024-08-221-1/+1
| | | | | | | Pick-to: 6.8 Change-Id: I0dbaa8419a75e26e6925cac33792dc4737aba345 Reviewed-by: Robert Griebl <robert.griebl@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Remove const from the QIfPagingModel::fetchMoreThresholdReached() signalDominik Holland2024-02-191-2/+2
| | | | | | Change-Id: Ifa91aad2ab9eabd9acdb03e045fdd9b7622e1eb7 Pick-to: 6.7 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Fix problems found by the static code analyzerDominik Holland2024-01-291-4/+4
| | | | | | Pick-to: 6.7 6.6 6.5 Change-Id: I46cace14654cfb679457d427df029752d95d2dcc Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* doc: Fix broken links and other warningsDominik Holland2024-01-191-1/+1
| | | | | | Pick-to: 6.7 Change-Id: Ibf517f31f0c5c6f391c46f2dda4beff23f34795d Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Improve the test coverage of qifpagingmodelDominik Holland2023-07-191-3/+0
| | | | | | Pick-to: 6.6 Change-Id: If6a2f5d4f1c96ceb4231ef0c26dd8e0f4fca6148 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Clazy fixes and getting rid of old QT_VERSION checksDominik Holland2023-05-091-10/+10
| | | | | Change-Id: I985d8dcf2892a7a5ac7e8ba14417e8cd7ea6f42a 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/+819
This is a follow-up of the previous commit. Task-number: AUTOSUITE-1633 Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68 Reviewed-by: Robert Griebl <robert.griebl@qt.io>