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:
Juha Vuolle 2025-04-22 11:16:30 +03:00 committed by Allan Sandfeld Jensen
parent 8f940ca197
commit 262a92244b

View File

@ -147,7 +147,9 @@ private slots:
void rgbSwapped();
void mirrored_data();
#if QT_DEPRECATED_SINCE(6, 13)
void mirrored();
#endif
void flipped_data();
void flipped();