Part: modernize C++: use equals default
This commit is contained in:
@@ -50,10 +50,7 @@ DlgPartImportStepImp::DlgPartImportStepImp( QWidget* parent, Qt::WindowFlags fl
|
||||
/*
|
||||
* Destroys the object and frees any allocated resources
|
||||
*/
|
||||
DlgPartImportStepImp::~DlgPartImportStepImp()
|
||||
{
|
||||
// no need to delete child widgets, Qt does it all for us
|
||||
}
|
||||
DlgPartImportStepImp::~DlgPartImportStepImp() = default;
|
||||
|
||||
/*
|
||||
* public slot
|
||||
|
||||
Reference in New Issue
Block a user