mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-13 01:40:36 +00:00
LibGUI: Add registration for GUI::TabWidget
This commit is contained in:
parent
f67c876df0
commit
22b03dd11b
Notes:
sideshowbarker
2024-07-19 02:25:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/22b03dd11b0
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
#include <LibGfx/Palette.h>
|
||||
#include <LibGfx/StylePainter.h>
|
||||
|
||||
REGISTER_WIDGET(GUI, TabWidget)
|
||||
|
||||
namespace GUI {
|
||||
|
||||
TabWidget::TabWidget()
|
||||
|
|
Loading…
Reference in a new issue