mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09: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: 22b03dd11b
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…
Add table
Add a link
Reference in a new issue