Skip to content

Commit

Permalink
Thing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfella committed Nov 18, 2024
1 parent 32e8255 commit a5669e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cxx-qt-lib-extras/src/core/qlocale.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ mod ffi {

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

}
Expand Down

0 comments on commit a5669e7

Please sign in to comment.