mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-09 01:56:21 +00:00
LibCore: Move LibGUI/GObject to LibCore/CObject.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <LibGUI/GLabel.h>
|
||||
#include <LibGUI/GButton.h>
|
||||
|
||||
GMessageBox::GMessageBox(const String& text, const String& title, GObject* parent)
|
||||
GMessageBox::GMessageBox(const String& text, const String& title, CObject* parent)
|
||||
: GDialog(parent)
|
||||
, m_text(text)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user