1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

LibGUI: The UI calls it 'Icon view', fix the name in the code

This commit is contained in:
Ben Wiederhake 2020-05-01 02:09:04 +02:00 committed by Andreas Kling
parent 8e01356b2f
commit ef433cb367
9 changed files with 74 additions and 74 deletions

View file

@ -40,7 +40,7 @@ class FileSystemModel;
class Frame;
class GroupBox;
class HorizontalBoxLayout;
class ItemView;
class IconView;
class JsonArrayModel;
class KeyEvent;
class Label;