changeset 271:f3f3ca272bce tonioni

cleanup
author gyorgyf
date Sat, 13 Apr 2013 15:36:54 +0100
parents 776e1aae635a
children 94bf7d7f2d6f
files framework/Document.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,