Details
-
Sub-task
-
Resolution: Done
-
Not Evaluated
-
None
-
None
-
If881821ae095f054b31cc13464f19e2007c20ed7
Description
API which is newly deprecated in Qt 5.0 is mostly covered with QT_DEPRECATED_SINCE and inlined so that it can be compiled out.
However, API which was deprecated during the Qt 4 cycle is mostly not wrapped in QT_DEPRECATED_SINCE. Mostly it is covered by QT_DEPRECATED, but not always. Sometimes it is only marked with \obsolete in the documentation (eg QAbstractItemDelegate::elidedText).
All examples of both of those cases should be found and fixed.