1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:08:12 +00:00

GDirectoryModel: Add a 32x32 filetype icon for sound files

This commit is contained in:
Andreas Kling 2019-09-04 21:48:03 +02:00
parent 5cfd67ecbb
commit c4d59f64d1
3 changed files with 4 additions and 0 deletions

View file

@ -76,6 +76,7 @@ private:
GIcon m_socket_icon;
GIcon m_executable_icon;
GIcon m_filetype_image_icon;
GIcon m_filetype_sound_icon;
HashMap<uid_t, String> m_user_names;
HashMap<gid_t, String> m_group_names;