+ reimplement copyObject based on merge document

This commit is contained in:
wmayer
2014-12-13 21:43:20 +01:00
parent 157ab9508e
commit ff7e33b95d
5 changed files with 24 additions and 93 deletions

View File

@@ -196,8 +196,6 @@ protected:
virtual void onChanged(const Property* prop);
/// get called after a document has been fully restored
virtual void onDocumentRestored() {}
/// get called after duplicating an object
virtual void onFinishDuplicating() {}
/// get called after setting the document
virtual void onSettingDocument() {}