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

SoundPlayer: Use AK::human_readable_size() for file sizes

This commit is contained in:
Sam Atkins 2023-07-19 14:05:41 +01:00 committed by Sam Atkins
parent ca3e0288e9
commit 32e5593ca9
2 changed files with 1 additions and 15 deletions

View file

@ -29,8 +29,6 @@ public:
private:
Vector<M3UEntry> m_playlist_items;
static DeprecatedString format_filesize(u64 size_in_bytes);
};
class PlaylistTableView : public GUI::TableView {