Applications: Use spawn_or_show_error() for common spawn pattern

This commit is contained in:
MacDue
2022-05-26 23:28:58 +01:00
committed by Linus Groh
parent 5e5a055455
commit 5fd5a03d1f
Notes: sideshowbarker 2024-07-17 10:29:13 +09:00
6 changed files with 18 additions and 44 deletions

View File

@@ -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;