Skip to content

Commit a5669e7

Browse files
committed
Thing
1 parent 32e8255 commit a5669e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cxx-qt-lib-extras/src/core/qlocale.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ mod ffi {
518518

519519
/// Returns a native name of the territory for the locale. For example "España" for Spanish/Spain locale.
520520
#[rust_name = "native_territory_name"]
521+
#[cfg(cxxqt_qt_version_major = "6")]
521522
fn nativeTerritoryName(self: &QLocale) -> QString;
522523

523524
}

0 commit comments

Comments
 (0)