1
Fork 0
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:
AnotherTest 2021-03-25 10:24:07 +04:30 committed by Andreas Kling
parent 7d591432c4
commit bbf6847d50

View file

@ -28,6 +28,8 @@
#include <LibGUI/StackWidget.h>
#include <LibGUI/Window.h>
REGISTER_WIDGET(GUI, StackWidget);
namespace GUI {
StackWidget::StackWidget()