JsonWizard: Document isBinary flag for the file generator

Task-number: QTCREATORBUG-13930
Change-Id: I3294919f83f0f4f3ee7e4473db7c1336f730c076
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-02-04 12:24:11 +01:00
parent e4de40127f
commit 96e3f258d6

View File

@@ -308,6 +308,10 @@
\li \c openAsProject opens the project file in \QC if it \li \c openAsProject opens the project file in \QC if it
is set to \c{true}. 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 \li \c condition generates the file if the condition
returns \c{true}. For more information, see returns \c{true}. For more information, see
\l{Using Variables in Wizards}. \l{Using Variables in Wizards}.