mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 02:35:09 +00:00
LibGUI: Add registration for GUI::TabWidget
This commit is contained in:
parent
f67c876df0
commit
22b03dd11b
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
||||||
#include <LibGfx/Palette.h>
|
#include <LibGfx/Palette.h>
|
||||||
#include <LibGfx/StylePainter.h>
|
#include <LibGfx/StylePainter.h>
|
||||||
|
|
||||||
|
REGISTER_WIDGET(GUI, TabWidget)
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
TabWidget::TabWidget()
|
TabWidget::TabWidget()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue