mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
PixelPaint: Propagate more errors when saving a project file
This commit is contained in:
parent
588994bb00
commit
11377bf0f8
4 changed files with 32 additions and 31 deletions
|
@ -148,7 +148,7 @@ private:
|
|||
GUI::MouseEvent event_adjusted_for_layer(GUI::MouseEvent const&, Layer const&) const;
|
||||
GUI::MouseEvent event_with_pan_and_scale_applied(GUI::MouseEvent const&) const;
|
||||
|
||||
Result<void, DeprecatedString> save_project_to_file(Core::File&) const;
|
||||
ErrorOr<void> save_project_to_file(Core::File&) const;
|
||||
|
||||
int calculate_ruler_step_size() const;
|
||||
Gfx::IntRect mouse_indicator_rect_x() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue