From 7aa6ae828d86232711b83ea0bf9af67d5b89bad0 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Mon, 29 May 2017 15:19:08 +0200 Subject: [PATCH] minimal improvement of Document documentation --- src/App/Document.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Document.h b/src/App/Document.h index d7427168ec..c507d71799 100644 --- a/src/App/Document.h +++ b/src/App/Document.h @@ -361,6 +361,7 @@ protected: /// callback from the Document objects after property was changed void onChangedProperty(const DocumentObject *Who, const Property *What); /// helper which Recompute only this feature + /// @return True if the recompute process of the Document shall be stopped, False if it shall be continued. bool _recomputeFeature(DocumentObject* Feat); void _clearRedos();