mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:27:46 +00:00
BrickGame: Port from DeprecatedStrings to Strings
This commit is contained in:
parent
2344666725
commit
962d39cc05
2 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ private:
|
|||
virtual void keydown_event(GUI::KeyEvent&) override;
|
||||
virtual void timer_event(Core::TimerEvent&) override;
|
||||
|
||||
void paint_sidebar_text(GUI::Painter&, int row, DeprecatedString const&);
|
||||
void paint_sidebar_text(GUI::Painter&, int row, StringView);
|
||||
void paint_paused_text(GUI::Painter&);
|
||||
void paint_cell(GUI::Painter&, Gfx::IntRect, bool);
|
||||
void paint_game(GUI::Painter&, Gfx::IntRect const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue