mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
LibGUI: Add some missing class_name() overrides to GDialog and subclasses.
This commit is contained in:
parent
de98b2770b
commit
364769c11c
4 changed files with 8 additions and 2 deletions
|
@ -16,6 +16,8 @@ public:
|
|||
|
||||
static void show(const String& text, const String& title, Type type = Type::None, CObject* parent = nullptr);
|
||||
|
||||
virtual const char* class_name() const override { return "GMessageBox"; }
|
||||
|
||||
private:
|
||||
void build();
|
||||
RetainPtr<GraphicsBitmap> icon() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue