TextEditor: Port to Core::Stream

This commit is contained in:
Lucas CHOLLET 2023-01-14 17:45:51 -05:00 committed by Jelle Raaijmakers
commit 40f9cf2de6
Notes: sideshowbarker 2024-07-17 02:08:15 +09:00
3 changed files with 19 additions and 16 deletions

View file

@ -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();