Surface: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 08:32:21 +02:00
committed by wwmayer
parent ba6365f950
commit 93ac88bcc3
13 changed files with 3 additions and 41 deletions

View File

@@ -34,13 +34,9 @@ using namespace SurfaceGui;
/// @namespace SurfaceGui @class Workbench
TYPESYSTEM_SOURCE(SurfaceGui::Workbench, Gui::StdWorkbench)
Workbench::Workbench()
{
}
Workbench::Workbench() = default;
Workbench::~Workbench()
{
}
Workbench::~Workbench() = default;
Gui::MenuItem *Workbench::setupMenuBar() const
{