1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:47:35 +00:00

Taskbar/QuickLaunchWidget: Small cleanup

This commit is contained in:
david072 2023-11-05 12:34:39 +01:00 committed by Andreas Kling
parent e100c1458a
commit 2d29a96dbe
2 changed files with 14 additions and 10 deletions

View file

@ -138,6 +138,8 @@ private:
void resize();
void repaint();
void set_or_insert_entry(NonnullOwnPtr<QuickLaunchEntry>, bool save = true);
void remove_entry(DeprecatedString const&, bool save = true);
void recalculate_order();