mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
ModelGallery: Use TRY() a lot more :^)
This commit is contained in:
parent
601de466cb
commit
162c271eb6
4 changed files with 23 additions and 25 deletions
|
@ -21,7 +21,7 @@ class GalleryWidget final : public GUI::Widget {
|
|||
private:
|
||||
GalleryWidget();
|
||||
|
||||
void load_basic_model_tab();
|
||||
ErrorOr<void> load_basic_model_tab();
|
||||
void load_sorting_filtering_tab();
|
||||
|
||||
void add_textbox_contents_to_basic_model();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue