summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/installerfw.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index c2a267dab..f4b84b9a8 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -438,7 +438,7 @@
\row
\li Version
\li Version number of the component in the following format:
- [0-9]+((\.|-)[0-9]+)* such as 1-1; 1.2-2; 3.4.7. Required.
+ [0-9]+((\\.|-)[0-9]+)* such as 1-1; 1.2-2; 3.4.7. Required.
If a package needs to show the version number from a child rather than it's own (due to
grouping of child packages) one can specify the attribute inheritVersionFrom with the package
name the version needs to be inherited from.