mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:17:45 +00:00
LibGUI: Register GUI::Layout
This will be used later to check inheritence.
This commit is contained in:
parent
9cf9e604c3
commit
6dc2749795
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
#include <LibGUI/Layout.h>
|
#include <LibGUI/Layout.h>
|
||||||
#include <LibGUI/Widget.h>
|
#include <LibGUI/Widget.h>
|
||||||
|
|
||||||
|
REGISTER_ABSTRACT_CORE_OBJECT(GUI, Layout)
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
Layout::Layout()
|
Layout::Layout()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue