Inspection: modernize C++: use equals default
This commit is contained in:
@@ -33,13 +33,9 @@ using namespace InspectionGui;
|
||||
/// @namespace InspectionGui @class Workbench
|
||||
TYPESYSTEM_SOURCE(InspectionGui::Workbench, Gui::StdWorkbench)
|
||||
|
||||
Workbench::Workbench()
|
||||
{
|
||||
}
|
||||
Workbench::Workbench() = default;
|
||||
|
||||
Workbench::~Workbench()
|
||||
{
|
||||
}
|
||||
Workbench::~Workbench() = default;
|
||||
|
||||
Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user