App: Modernise ctors dtors defs etc

This commit is contained in:
berniev
2022-08-01 03:07:32 +10:00
committed by wwmayer
parent 5d4b753940
commit b6cae3bfdf
80 changed files with 866 additions and 1160 deletions

View File

@@ -49,10 +49,7 @@ using namespace std;
TYPESYSTEM_SOURCE(App::PropertyFileIncluded , App::Property)
PropertyFileIncluded::PropertyFileIncluded()
{
}
PropertyFileIncluded::PropertyFileIncluded() = default;
PropertyFileIncluded::~PropertyFileIncluded()
{
@@ -583,10 +580,7 @@ PropertyFile::PropertyFile()
m_filter = "";
}
PropertyFile::~PropertyFile()
{
}
PropertyFile::~PropertyFile() = default;
void PropertyFile::setFilter(const std::string f)
{