LibGUI: Add widget registration for GUI::IconView

This commit is contained in:
Andreas Kling 2021-05-18 22:55:57 +02:00
parent c14ffdef00
commit ff519e5421
Notes: sideshowbarker 2024-07-18 17:44:37 +09:00

View file

@ -12,6 +12,8 @@
#include <LibGUI/Scrollbar.h>
#include <LibGfx/Palette.h>
REGISTER_WIDGET(GUI, IconView);
namespace GUI {
IconView::IconView()