mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:05:08 +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
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