Gui: modernize C++: use equals default
This commit is contained in:
@@ -568,8 +568,6 @@ PropertyDockView::PropertyDockView(Gui::Document* pcDocument, QWidget *parent)
|
||||
resize( 200, 400 );
|
||||
}
|
||||
|
||||
PropertyDockView::~PropertyDockView()
|
||||
{
|
||||
}
|
||||
PropertyDockView::~PropertyDockView() = default;
|
||||
|
||||
#include "moc_PropertyView.cpp"
|
||||
|
||||
Reference in New Issue
Block a user