mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
Applications: Use spawn_or_show_error() for common spawn pattern
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 10:29:13 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/5fd5a03d1f Pull-request: https://github.com/SerenityOS/serenity/pull/14109 Reviewed-by: https://github.com/linusg
@@ -26,7 +26,7 @@ private:
|
||||
|
||||
void set_time_zone_location();
|
||||
Optional<Gfx::FloatPoint> compute_time_zone_location() const;
|
||||
void set_time_zone() const;
|
||||
void set_time_zone();
|
||||
|
||||
String m_time_zone;
|
||||
RefPtr<GUI::ComboBox> m_time_zone_combo_box;
|
||||
|
||||
Reference in New Issue
Block a user