mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +00:00
SystemMenu: Migrate PowerDialog to (widget)->add like in 3d20da9e
This also fixes the build.
This commit is contained in:
parent
ab9e5755ba
commit
525f8df5b8
2 changed files with 8 additions and 8 deletions
|
@ -34,6 +34,6 @@ public:
|
|||
static Vector<char const*> show();
|
||||
|
||||
private:
|
||||
PowerDialog(Core::Object* parent = nullptr);
|
||||
PowerDialog();
|
||||
~PowerDialog();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue