+ fix linking error in Sandbox module
This commit is contained in:
parent
0603c3fb61
commit
890f1f10c3
|
@ -49,16 +49,8 @@ public:
|
|||
void recompute();
|
||||
|
||||
private:
|
||||
/** Checks if a new document was created */
|
||||
void slotCreatedDocument(const App::Document& Doc);
|
||||
/** Checks if the given document is about to be closed */
|
||||
void slotDeletedDocument(const App::Document& Doc);
|
||||
/** Checks if a new object was added. */
|
||||
void slotCreatedObject(const App::DocumentObject& Obj);
|
||||
/** Checks if the given object is about to be removed. */
|
||||
void slotDeletedObject(const App::DocumentObject& Obj);
|
||||
/** The property of an observed object has changed */
|
||||
void slotChangedObject(const App::DocumentObject& Obj, const App::Property& Prop);
|
||||
void validate();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user