Points: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 11:06:53 +02:00
committed by wwmayer
parent a3057e946b
commit 43ec243292
18 changed files with 23 additions and 144 deletions

View File

@@ -39,11 +39,7 @@ DlgPointsReadImp::DlgPointsReadImp(const char *FileName, QWidget* parent, Qt::W
/*
* Destroys the object and frees any allocated resources
*/
DlgPointsReadImp::~DlgPointsReadImp()
{
// no need to delete child widgets, Qt does it all for us
}
DlgPointsReadImp::~DlgPointsReadImp() = default;
#include "moc_DlgPointsReadImp.cpp"