mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
ThemeEditor: Port to Core::Stream
This commit is contained in:
parent
a5d5b970ff
commit
8377adfde0
3 changed files with 19 additions and 19 deletions
|
@ -86,12 +86,12 @@ public:
|
|||
ErrorOr<void> initialize_menubar(GUI::Window&);
|
||||
GUI::Window::CloseRequestDecision request_close();
|
||||
void update_title();
|
||||
ErrorOr<void> load_from_file(Core::File&);
|
||||
ErrorOr<void> load_from_file(String const& filename, NonnullOwnPtr<Core::Stream::File> file);
|
||||
|
||||
private:
|
||||
explicit MainWidget(NonnullRefPtr<AlignmentModel>);
|
||||
|
||||
void save_to_file(Core::File&);
|
||||
void save_to_file(String const& filename, NonnullOwnPtr<Core::Stream::File> file);
|
||||
ErrorOr<Core::AnonymousBuffer> encode();
|
||||
void set_path(DeprecatedString);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue