We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bff764 commit a57e49eCopy full SHA for a57e49e
crates/cxx-qt-lib/src/gui/qimage.rs
@@ -237,7 +237,7 @@ mod ffi {
237
/// This function is scheduled for deprecation in version 6.13.
238
#[cfg(all(
239
cxxqt_qt_version_at_least_6,
240
- not(cxxqt_qt_version_at_least_6_13),
+ not(cxxqt_qt_version_at_least_6_10),
241
not(cxxqt_qt_version_at_least_7)
242
))]
243
fn mirror(self: &mut QImage, horizontal: bool, vertical: bool);
0 commit comments