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
commit ef433cb367
Notes: sideshowbarker 2024-07-19 07:03:12 +09:00
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;