Gui: modernize C++: use equals default
This commit is contained in:
@@ -63,9 +63,7 @@ DlgRunExternal::DlgRunExternal( QWidget* parent, Qt::WindowFlags fl )
|
||||
/**
|
||||
* Destroys the object and frees any allocated resources
|
||||
*/
|
||||
DlgRunExternal::~DlgRunExternal()
|
||||
{
|
||||
}
|
||||
DlgRunExternal::~DlgRunExternal() = default;
|
||||
|
||||
void DlgRunExternal::addArgument(const QString& arg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user