We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e8255 commit a5669e7Copy full SHA for a5669e7
crates/cxx-qt-lib-extras/src/core/qlocale.rs
@@ -518,6 +518,7 @@ mod ffi {
518
519
/// Returns a native name of the territory for the locale. For example "España" for Spanish/Spain locale.
520
#[rust_name = "native_territory_name"]
521
+ #[cfg(cxxqt_qt_version_major = "6")]
522
fn nativeTerritoryName(self: &QLocale) -> QString;
523
524
}
0 commit comments