qt5base-lts/tests/auto/gui/itemmodels
Volker Hilsheimer dccf28b7c3 Remove deprecated members from several QtGui classes
Those can be trivially removed as they have direct replacements, or
are completely unused.

The migration path for QCursor::bitmap and QCursor::mask is

QBitmap *pb = c.bitmap(); // up to 5.15, warns in 5.15
QBitmap vb = c.bitmap(Qt::ReturnByValue); // from 5.15, works in 6
QBitmap b = c.bitmap(); // from 6.0 on

Change-Id: I3b3acd1c7f09c4c8414e98b3ce11986f1ecd5eda
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2020-04-27 12:21:29 +02:00
..
qstandarditem Remove deprecated members from several QtGui classes 2020-04-27 12:21:29 +02:00
qstandarditemmodel Run those autotests with cmake 2020-04-15 18:55:52 +01:00
CMakeLists.txt Run those autotests with cmake 2020-04-15 18:55:52 +01:00
itemmodels.pro add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00