mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
TextEditor: Port to Core::Stream
This commit is contained in:
parent
36e66502c9
commit
40f9cf2de6
Notes:
sideshowbarker
2024-07-17 02:08:15 +09:00
Author: https://github.com/LucasChollet
Commit: 40f9cf2de6
Pull-request: https://github.com/SerenityOS/serenity/pull/17021
3 changed files with 19 additions and 16 deletions
|
@ -25,7 +25,7 @@ class MainWidget final : public GUI::Widget {
|
|||
|
||||
public:
|
||||
virtual ~MainWidget() override = default;
|
||||
bool read_file(Core::File&);
|
||||
bool read_file(String const& filename, Core::Stream::File&);
|
||||
void open_nonexistent_file(DeprecatedString const& path);
|
||||
bool request_close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue