mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:08:11 +00:00
LibGUI: Added the new icons to FileSystemModel.
This commit is contained in:
parent
0d04327318
commit
5d2bfbd20b
2 changed files with 22 additions and 0 deletions
|
@ -155,6 +155,12 @@ private:
|
|||
GUI::Icon m_filetype_image_icon;
|
||||
GUI::Icon m_filetype_sound_icon;
|
||||
GUI::Icon m_filetype_html_icon;
|
||||
|
||||
GUI::Icon m_filetype_cplusplus_icon;
|
||||
GUI::Icon m_filetype_java_icon;
|
||||
GUI::Icon m_filetype_javascript_icon;
|
||||
GUI::Icon m_filetype_text_icon;
|
||||
GUI::Icon m_filetype_pdf_icon;
|
||||
|
||||
unsigned m_thumbnail_progress { 0 };
|
||||
unsigned m_thumbnail_progress_total { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue