mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
PixelPaint: Port to Core::Stream
:^)
This commit is contained in:
parent
4f699d0f58
commit
301f9de915
11 changed files with 59 additions and 74 deletions
|
@ -20,6 +20,7 @@
|
|||
#include "ToolboxWidget.h"
|
||||
#include "Tools/Tool.h"
|
||||
#include "VectorscopeWidget.h"
|
||||
#include <LibFileSystemAccessClient/Client.h>
|
||||
#include <LibGUI/Action.h>
|
||||
#include <LibGUI/ComboBox.h>
|
||||
#include <LibGUI/Forward.h>
|
||||
|
@ -40,7 +41,7 @@ public:
|
|||
|
||||
ErrorOr<void> initialize_menubar(GUI::Window&);
|
||||
|
||||
void open_image(Core::File&);
|
||||
void open_image(FileSystemAccessClient::File);
|
||||
ErrorOr<void> create_default_image();
|
||||
|
||||
bool request_close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue