Fix assumed version typo

Deprecated from 6.0, but necessary for migration.

Change-Id: Idb1264e6ecca9400086970c15270b803c8fd391b
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Allan Sandfeld Jensen 2020-09-29 14:15:30 +02:00
parent 0c07f0cab8
commit 66c8fc4831

View File

@ -98,10 +98,10 @@ public:
Qt::CursorShape shape() const;
void setShape(Qt::CursorShape newShape);
#if QT_DEPRECATED_SINCE(6, 6)
#if QT_DEPRECATED_SINCE(6, 0)
QBitmap bitmap(Qt::ReturnByValueConstant) const { return bitmap(); }
QBitmap mask(Qt::ReturnByValueConstant) const { return mask(); }
#endif // QT_DEPRECATED_SINCE(6, 6)
#endif // QT_DEPRECATED_SINCE(6, 0)
QBitmap bitmap() const;
QBitmap mask() const;