mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
LibGUI: Add widget registration for GUI::IconView
This commit is contained in:
parent
c14ffdef00
commit
ff519e5421
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#include <LibGUI/Scrollbar.h>
|
||||
#include <LibGfx/Palette.h>
|
||||
|
||||
REGISTER_WIDGET(GUI, IconView);
|
||||
|
||||
namespace GUI {
|
||||
|
||||
IconView::IconView()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue