App: Modernise ctors dtors defs etc

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

View File

@@ -35,7 +35,5 @@ DocumentObjectFileIncluded::DocumentObjectFileIncluded()
ADD_PROPERTY_TYPE(File,(nullptr),"",(App::PropertyType)(Prop_None),"File to include into Project File");
}
DocumentObjectFileIncluded::~DocumentObjectFileIncluded()
{
}
DocumentObjectFileIncluded::~DocumentObjectFileIncluded() = default;