ProcessManager: Tidy up the memory stats and align everything nicely.

This commit is contained in:
Andreas Kling 2019-03-10 12:34:44 +01:00
commit 6836e21d1c
Notes: sideshowbarker 2024-07-19 15:05:32 +09:00
3 changed files with 29 additions and 17 deletions

View file

@ -16,7 +16,7 @@ void GLabel::set_icon(RetainPtr<GraphicsBitmap>&& icon)
m_icon = move(icon);
}
void GLabel::set_text(String&& text)
void GLabel::set_text(const String& text)
{
if (text == m_text)
return;