mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:27:45 +00:00
Welcome: Port to Core::Stream
This commit is contained in:
parent
bd66453e8d
commit
ca54a965a0
2 changed files with 19 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue