Mod: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-21 19:34:33 +02:00
committed by wwmayer
parent ed9ff68935
commit 9a749e51c8
13 changed files with 15 additions and 55 deletions

View File

@@ -42,13 +42,9 @@ using namespace StartGui;
TYPESYSTEM_SOURCE(StartGui::Workbench, Gui::StdWorkbench)
StartGui::Workbench::Workbench()
{
}
StartGui::Workbench::Workbench() = default;
StartGui::Workbench::~Workbench()
{
}
StartGui::Workbench::~Workbench() = default;
void StartGui::Workbench::activated()
{