Skip to content

Commit a57e49e

Browse files
committed
WIP: cxx-qt-lib: qt_minimal doesn't have methods that are deprecated in the future
1 parent 3bff764 commit a57e49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cxx-qt-lib/src/gui/qimage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ mod ffi {
237237
/// This function is scheduled for deprecation in version 6.13.
238238
#[cfg(all(
239239
cxxqt_qt_version_at_least_6,
240-
not(cxxqt_qt_version_at_least_6_13),
240+
not(cxxqt_qt_version_at_least_6_10),
241241
not(cxxqt_qt_version_at_least_7)
242242
))]
243243
fn mirror(self: &mut QImage, horizontal: bool, vertical: bool);

0 commit comments

Comments
 (0)