Skip to content
Snippets Groups Projects
Commit 1d231659 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

VariableManager: Fix documentation


${var} has been replaced with %{var} since 2.2

Change-Id: Ifecd94fb68b8f7dfb4b4f56736d8c317cd6d41a2
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent 9f0583f8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment