1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

LibGUI: Register GUI::PasswordBox to make it availble in GML

This commit is contained in:
Andreas Kling 2021-08-02 10:08:38 +02:00
parent 233870c4d1
commit 46cec3a443

View file

@ -7,6 +7,7 @@
#include <LibGUI/TextBox.h>
REGISTER_WIDGET(GUI, TextBox)
REGISTER_WIDGET(GUI, PasswordBox)
namespace GUI {