# HG changeset patch # User gyorgyf # Date 1365863814 -3600 # Node ID f3f3ca272bce965c158f207c69ae19b930707376 # Parent 776e1aae635a468d6b2bcb5b21d2cb63e22faeac cleanup diff -r 776e1aae635a -r f3f3ca272bce framework/Document.h --- a/framework/Document.h Sat Apr 13 13:39:17 2013 +0100 +++ b/framework/Document.h Sat Apr 13 15:36:54 2013 +0100 @@ -160,6 +160,7 @@ /** * Add a derived model associated with the given transform, * running the transform and returning the resulting model. + * In case the output model is a NoteModel, the preferred output model will be selected: {NoteModel | FlexiNoteModel}. */ Model *addDerivedModel(const Transform &transform, const ModelTransformer::Input &input,