mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibCore: Move LibGUI/GObject to LibCore/CObject.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <LibGUI/GTimer.h>
|
||||
|
||||
GTimer::GTimer(GObject* parent)
|
||||
: GObject(parent)
|
||||
GTimer::GTimer(CObject* parent)
|
||||
: CObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user