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

@@ -114,9 +114,7 @@ DocumentObserverPython::DocumentObserverPython(const Py::Object& obj) : inst(obj
FC_PY_ELEMENT_ARG2(AddedDynamicExtension, AddedDynamicExtension)
}
DocumentObserverPython::~DocumentObserverPython()
{
}
DocumentObserverPython::~DocumentObserverPython() = default;
void DocumentObserverPython::slotCreatedDocument(const App::Document& Doc)
{