1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:28:13 +00:00

LibGUI: Register LazyWidget

This commit is contained in:
kleines Filmröllchen 2022-03-18 23:28:06 +01:00 committed by Andreas Kling
parent 6d00932612
commit e6fe66594e

View file

@ -7,6 +7,8 @@
#include <LibGUI/LazyWidget.h>
REGISTER_WIDGET(GUI, LazyWidget)
namespace GUI {
void LazyWidget::show_event(ShowEvent&)