mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 01:42:54 +00:00
LibGUI: Move REGISTER_WIDGET(GUI, TabWidget) to Widget.cpp
All the other (GUI) registrations happen here, so it's confusing to have just one elsewhere ("wait... is TabWidget not registered?!").
This commit is contained in:
parent
a514f2cbfd
commit
b8eb1baac8
Notes:
sideshowbarker
2024-07-19 00:27:13 +09:00
Author: https://github.com/linusg
Commit: b8eb1baac8
Pull-request: https://github.com/SerenityOS/serenity/pull/4626
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/devsh0
2 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,6 @@
|
|||
#include <LibGfx/Palette.h>
|
||||
#include <LibGfx/StylePainter.h>
|
||||
|
||||
REGISTER_WIDGET(GUI, TabWidget)
|
||||
|
||||
namespace GUI {
|
||||
|
||||
TabWidget::TabWidget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue