mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +00:00
LibGUI: Register LazyWidget
This commit is contained in:
parent
6d00932612
commit
e6fe66594e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
#include <LibGUI/LazyWidget.h>
|
#include <LibGUI/LazyWidget.h>
|
||||||
|
|
||||||
|
REGISTER_WIDGET(GUI, LazyWidget)
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
void LazyWidget::show_event(ShowEvent&)
|
void LazyWidget::show_event(ShowEvent&)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue