mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-25 14:04:02 +00:00
LibCore: Move LibGUI/GObject to LibCore/CObject.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <LibGUI/GDialog.h>
|
||||
#include <LibGUI/GEventLoop.h>
|
||||
|
||||
GDialog::GDialog(GObject* parent)
|
||||
GDialog::GDialog(CObject* parent)
|
||||
: GWindow(parent)
|
||||
{
|
||||
set_modal(true);
|
||||
|
||||
Reference in New Issue
Block a user