1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:17:34 +00:00

Welcome: Port to Core::Stream

This commit is contained in:
thankyouverycool 2022-09-23 10:52:40 -04:00 committed by Ali Mohammad Pur
parent bd66453e8d
commit ca54a965a0
2 changed files with 19 additions and 18 deletions

View file

@ -21,7 +21,7 @@ private:
virtual void paint_event(GUI::PaintEvent&) override;
void set_random_tip();
void open_and_parse_tips_file();
ErrorOr<void> open_and_parse_tips_file();
void open_and_parse_readme_file();
RefPtr<GUI::Button> m_close_button;