mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +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:
parent
686238cb94
commit
3dd15da7b1
Notes:
sideshowbarker
2024-07-19 03:41:24 +09:00
Author: https://github.com/awesomekling
Commit: 3dd15da7b1
6 changed files with 204 additions and 72 deletions
|
@ -24,6 +24,7 @@ set(SOURCES
|
|||
DragOperation.cpp
|
||||
EmojiInputDialog.cpp
|
||||
Event.cpp
|
||||
FileIconProvider.cpp
|
||||
FilePicker.cpp
|
||||
FileSystemModel.cpp
|
||||
FilteringProxyModel.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue