Points: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 11:06:53 +02:00
committed by wwmayer
parent da00501288
commit 162f480c84
18 changed files with 23 additions and 144 deletions

View File

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