mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
ThemeEditor: Port to Core::Stream
This commit is contained in:
parent
a5d5b970ff
commit
8377adfde0
Notes:
sideshowbarker
2024-07-17 01:58:29 +09:00
Author: https://github.com/LucasChollet
Commit: 8377adfde0
Pull-request: https://github.com/SerenityOS/serenity/pull/16893
Reviewed-by: https://github.com/AtkinsSJ ✅
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