diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-09-30 17:40:10 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2013-09-30 21:15:51 +0200 |
commit | 1d23165922e966c45a492f72e42a306b0754ff1d (patch) | |
tree | 7fd619b82835782eaa502a06a884d46bfaa23173 /src/plugins | |
parent | 9f0583f87d93d59a19ef6c7a2c1653bef61cffea (diff) | |
download | qt-creator-1d23165922e966c45a492f72e42a306b0754ff1d.tar.gz |
VariableManager: Fix documentation
${var} has been replaced with %{var} since 2.2
Change-Id: Ifecd94fb68b8f7dfb4b4f56736d8c317cd6d41a2
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/coreplugin/variablemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/variablemanager.cpp b/src/plugins/coreplugin/variablemanager.cpp index 13745e52fc..873a6481b5 100644 --- a/src/plugins/coreplugin/variablemanager.cpp +++ b/src/plugins/coreplugin/variablemanager.cpp @@ -78,7 +78,7 @@ public: Examples of this are \c{CurrentDocument:FilePath} and \c{CurrentDocument:Selection}. When the variable manager is requested to replace variables in a string, it looks for - variable names enclosed in ${ and }, like ${CurrentDocument:FilePath}. + variable names enclosed in %{ and }, like %{CurrentDocument:FilePath}. \note The names of the variables are stored as QByteArray. They are typically 7-bit-clean. In cases where this is not possible, UTF-8 encoding is |