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

LibGUI: Move file icon lookup into a separate FileIconProvider

Let's get it out of FileSystemModel so you can look up a nice icon for
a path without needing a model.
This commit is contained in:
Andreas Kling 2020-08-12 19:28:10 +02:00
parent 686238cb94
commit 3dd15da7b1
6 changed files with 204 additions and 72 deletions

View file

@ -45,6 +45,7 @@ class Frame;
class GroupBox;
class HorizontalBoxLayout;
class HorizontalSlider;
class Icon;
class IconView;
class JsonArrayModel;
class KeyEvent;