mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
PixelPaint: Remove try_
prefix from fallible ProjectLoader methods
This commit is contained in:
parent
86f28ceace
commit
65fa7db2b5
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
namespace PixelPaint {
|
||||
|
||||
ErrorOr<void> ProjectLoader::try_load_from_file(NonnullOwnPtr<Core::Stream::File> file)
|
||||
ErrorOr<void> ProjectLoader::load_from_file(NonnullOwnPtr<Core::Stream::File> file)
|
||||
{
|
||||
auto contents = TRY(file->read_until_eof());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue