Fix tst_qimage compilation when deprecations are removed
Put both declaration and definition of tst_qimage::mirrored() behind the same deprecation flags. Pick-to: 6.9 Task-number: QTBUG-136101 Change-Id: Ib54ee21f7944f1e2b7f9fe35aea9fd8d9e908f95 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
8f940ca197
commit
262a92244b
@ -147,7 +147,9 @@ private slots:
|
|||||||
void rgbSwapped();
|
void rgbSwapped();
|
||||||
|
|
||||||
void mirrored_data();
|
void mirrored_data();
|
||||||
|
#if QT_DEPRECATED_SINCE(6, 13)
|
||||||
void mirrored();
|
void mirrored();
|
||||||
|
#endif
|
||||||
void flipped_data();
|
void flipped_data();
|
||||||
void flipped();
|
void flipped();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user