mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
Applications: Use spawn_or_show_error() for common spawn pattern
This commit is contained in:
parent
5e5a055455
commit
5fd5a03d1f
6 changed files with 18 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue