mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
ProcessManager: Tidy up the memory stats and align everything nicely.
This commit is contained in:
parent
37388b311f
commit
6836e21d1c
3 changed files with 29 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue