1
Fork 0
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:
thatlittlegit 2020-02-23 14:43:18 -05:00 committed by Andreas Kling
parent ab9e5755ba
commit 525f8df5b8
2 changed files with 8 additions and 8 deletions

View file

@ -34,6 +34,6 @@ public:
static Vector<char const*> show();
private:
PowerDialog(Core::Object* parent = nullptr);
PowerDialog();
~PowerDialog();
};