mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
date_time: simplification and cleanups
This commit is contained in:
parent
3da0ee5bb9
commit
445802c46d
5 changed files with 17 additions and 82 deletions
|
@ -1266,11 +1266,6 @@ inline SharedString translate(const SharedString &original, const SharedString &
|
|||
return result;
|
||||
}
|
||||
|
||||
inline bool use_24_hour_format()
|
||||
{
|
||||
return cbindgen_private::slint_use_24_hour_format();
|
||||
}
|
||||
|
||||
} // namespace private_api
|
||||
|
||||
#ifdef SLINT_FEATURE_GETTEXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue