App/DocumentObserver: make slot methods unimplemented rather pure-virtual and clenup derived classes accordingly
This commit is contained in:
committed by
wmayer
parent
546603a287
commit
c30aeb06c1
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user