App: Modernise ctors dtors defs etc
This commit is contained in:
@@ -50,10 +50,7 @@ PropertyContainer::PropertyContainer()
|
||||
propertyData.parentPropertyData = nullptr;
|
||||
}
|
||||
|
||||
PropertyContainer::~PropertyContainer()
|
||||
{
|
||||
|
||||
}
|
||||
PropertyContainer::~PropertyContainer() = default;
|
||||
|
||||
unsigned int PropertyContainer::getMemSize () const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user