1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-12 19:17:35 +00:00
serenity/Userland/Demos/ModelGallery
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
BasicModel.cpp ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30
BasicModel.h ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30
BasicModelTab.gml ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30
CMakeLists.txt ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30
GalleryWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
GalleryWidget.h ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30
main.cpp ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30