1
Fork 0
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:
pbrw 2021-11-25 02:56:13 +01:00 committed by Andreas Kling
parent 601de466cb
commit 162c271eb6
4 changed files with 23 additions and 25 deletions

View file

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