mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/commit/ff519e54212
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…
Reference in a new issue