mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:27:46 +00:00
PixelPaint: Remove try_
prefix from fallible IconBag methods
This commit is contained in:
parent
8a884b2581
commit
86f28ceace
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace PixelPaint {
|
||||
struct IconBag final {
|
||||
static ErrorOr<IconBag> try_create();
|
||||
static ErrorOr<IconBag> create();
|
||||
|
||||
RefPtr<Gfx::Bitmap> filetype_pixelpaint { nullptr };
|
||||
RefPtr<Gfx::Bitmap> new_clipboard { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue