From 96e3f258d634030e6f096f39eb7ed83b6b75dc4a Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Wed, 4 Feb 2015 12:24:11 +0100 Subject: [PATCH] JsonWizard: Document isBinary flag for the file generator Task-number: QTCREATORBUG-13930 Change-Id: I3294919f83f0f4f3ee7e4473db7c1336f730c076 Reviewed-by: Leena Miettinen --- doc/src/projects/creator-projects-custom-wizards-json.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/projects/creator-projects-custom-wizards-json.qdoc b/doc/src/projects/creator-projects-custom-wizards-json.qdoc index 6cb14c6d2d7..6b48ab1cfbd 100644 --- a/doc/src/projects/creator-projects-custom-wizards-json.qdoc +++ b/doc/src/projects/creator-projects-custom-wizards-json.qdoc @@ -308,6 +308,10 @@ \li \c openAsProject opens the project file in \QC if it is set to \c{true}. + \li \c isBinary treats the file as a binary and prevents + replacements from being done in the file if set to + \c true. + \li \c condition generates the file if the condition returns \c{true}. For more information, see \l{Using Variables in Wizards}.