mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 22:45:06 +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/StylePainter.h>
|
||||
|
||||
REGISTER_WIDGET(GUI, TabWidget)
|
||||
|
||||
namespace GUI {
|
||||
|
||||
TabWidget::TabWidget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue