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
Notes: sideshowbarker 2024-07-18 07:35:40 +09:00

View file

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