mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
LibGUI: Register GUI::StackWidget with GML
This commit is contained in:
parent
7d591432c4
commit
bbf6847d50
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
#include <LibGUI/StackWidget.h>
|
||||
#include <LibGUI/Window.h>
|
||||
|
||||
REGISTER_WIDGET(GUI, StackWidget);
|
||||
|
||||
namespace GUI {
|
||||
|
||||
StackWidget::StackWidget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue