Part: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 13:28:42 +02:00
committed by wwmayer
parent ca1cb21498
commit a0d86224f3
103 changed files with 215 additions and 718 deletions

View File

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