mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-01 20:10:28 +00:00
LibGUI: Register GUI::PasswordBox to make it availble in GML
This commit is contained in:
parent
233870c4d1
commit
46cec3a443
Notes:
sideshowbarker
2024-07-18 07:35:40 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/46cec3a4432
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue