App: Modernise ctors dtors defs etc
This commit is contained in:
@@ -96,9 +96,7 @@ PropertyExpressionEngine::PropertyExpressionEngine()
|
||||
* @brief Destroy the PropertyExpressionEngine object.
|
||||
*/
|
||||
|
||||
PropertyExpressionEngine::~PropertyExpressionEngine()
|
||||
{
|
||||
}
|
||||
PropertyExpressionEngine::~PropertyExpressionEngine() = default;
|
||||
|
||||
/**
|
||||
* @brief Estimate memory size of this property.
|
||||
|
||||
Reference in New Issue
Block a user