mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibGUI: Register GUI::StackWidget with GML
This commit is contained in:
parent
7d591432c4
commit
bbf6847d50
Notes:
sideshowbarker
2024-07-18 21:00:18 +09:00
Author: https://github.com/alimpfard
Commit: bbf6847d50
Pull-request: https://github.com/SerenityOS/serenity/pull/5945
Issue: https://github.com/SerenityOS/serenity/issues/5942
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