1
Fork 0
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:
Linus Groh 2020-12-28 12:44:37 +01:00 committed by Andreas Kling
parent a514f2cbfd
commit b8eb1baac8
2 changed files with 2 additions and 2 deletions

View file

@ -35,8 +35,6 @@
#include <LibGfx/Palette.h>
#include <LibGfx/StylePainter.h>
REGISTER_WIDGET(GUI, TabWidget)
namespace GUI {
TabWidget::TabWidget()