Mod: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 08:20:43 +02:00
committed by wwmayer
parent 93ac88bcc3
commit da00501288
24 changed files with 23 additions and 88 deletions

View File

@@ -31,13 +31,9 @@ using namespace ImportGui;
/// @namespace ImportGui @class Workbench
TYPESYSTEM_SOURCE(ImportGui::Workbench, Gui::StdWorkbench)
Workbench::Workbench()
{
}
Workbench::Workbench() = default;
Workbench::~Workbench()
{
}
Workbench::~Workbench() = default;
Gui::ToolBarItem* Workbench::setupToolBars() const
{