ladybird/Userland/Applications/ClockSettings
Timothy Flynn 99216b2a87 ClockSettings: Use a Vector as the time zone model's container type
The time zones were stored as a static Span until commit 0bc401a1d6, and
are now stored in a Vector. By continuing to tell the ItemListModel that
the container is a Span, we create a temporary Span in its constructor,
which the model tries to hold a constant reference to. Use the default
Vector container type now instead to prevent creating such temporaries.
2023-10-31 15:21:34 +01:00
..
ClockSettingsWidget.cpp ClockSettings: Convert ClockSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
ClockSettingsWidget.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ClockSettingsWidget.h ClockSettings: Convert ClockSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
main.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
TimeZoneSettingsWidget.cpp ClockSettings: Use a Vector as the time zone model's container type 2023-10-31 15:21:34 +01:00
TimeZoneSettingsWidget.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
TimeZoneSettingsWidget.h ClockSettings: Add a factory function for TimeZoneSettingsWidget 2022-12-15 21:00:24 +00:00