App/DocumentObserver: make slot methods unimplemented rather pure-virtual and clenup derived classes accordingly

This commit is contained in:
Alexander Golubev
2015-08-02 18:52:03 +03:00
committed by wmayer
parent 546603a287
commit c30aeb06c1
11 changed files with 10 additions and 99 deletions

View File

@@ -61,18 +61,6 @@ public:
{
}
private:
void slotCreatedDocument(const App::Document& Doc)
{
}
void slotDeletedDocument(const App::Document& Doc)
{
}
void slotCreatedObject(const App::DocumentObject& Obj)
{
}
void slotDeletedObject(const App::DocumentObject& Obj)
{
}
void slotChangedObject(const App::DocumentObject& Obj, const App::Property& Prop)
{
if (object == &Obj && Prop.getTypeId() == Part::PropertyGeometryList::getClassTypeId()) {