mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +00:00
LibGUI: Add widget registration for GUI::IconView
This commit is contained in:
parent
c14ffdef00
commit
ff519e5421
Notes:
sideshowbarker
2024-07-18 17:44:37 +09:00
Author: https://github.com/awesomekling
Commit: ff519e5421
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
||||||
#include <LibGUI/Scrollbar.h>
|
#include <LibGUI/Scrollbar.h>
|
||||||
#include <LibGfx/Palette.h>
|
#include <LibGfx/Palette.h>
|
||||||
|
|
||||||
|
REGISTER_WIDGET(GUI, IconView);
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
IconView::IconView()
|
IconView::IconView()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue