Description
Several APIs in Qt are deprecated, and we don't want application code to use those APIs anymore. However, Qt code itself often still uses those APIs, both in library code, in examples, and in tests.
We need to remove all usage of deprecated API from the code. We still need to test the deprecated APIs as long as they are not removed completely, but that test code would ideally live in a separate test case.
The acceptance criteria is that Qt builds with those deprecated APIs disabled.
Attachments
Issue Links
- is required for
-
QTBUG-74396 Technical enhancements of the Qt framework
- Closed
- replaces
-
QTBUG-25422 Qt make still uses of QWheelEvent deprecated method.
- Closed
- mentioned in
-
Page Loading...