mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
PixelPaint: Use FileSystemAccessClient::try_* APIs
This commit is contained in:
committed by
Andreas Kling
parent
aae96af812
commit
1c3e93c6e0
Notes:
sideshowbarker
2024-07-17 20:34:34 +09:00
Author: https://github.com/mustafaquraish Commit: https://github.com/SerenityOS/serenity/commit/1c3e93c6e07 Pull-request: https://github.com/SerenityOS/serenity/pull/11968 Reviewed-by: https://github.com/TobyAsE
@@ -35,7 +35,7 @@ public:
|
||||
|
||||
void initialize_menubar(GUI::Window&);
|
||||
|
||||
void open_image_fd(int fd, String const& path);
|
||||
void open_image(Core::File&);
|
||||
void create_default_image();
|
||||
|
||||
bool request_close();
|
||||
|
||||
Reference in New Issue
Block a user