summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2019-04-01 18:15:56 +0200
committerFrederik Schwarzer <schwarzerf@gmail.com>2019-04-02 08:52:27 +0000
commitcca4f41448069389671ae9ad4d0166bda6f28917 (patch)
tree06adcd5af2209fbdb4c19d703a59ecfae1754d3d /doc
parent2b61b707189e9d5e70e0c79b85e602933ee28015 (diff)
fix missing backslashed with double backslash command
Change-Id: I0404f3d08d2a4bdc3f5d3ccafe8a016486d4ecdb Fixes: QTIFW-1037 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/operations.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index 9cba0d618..85a17a581 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -174,8 +174,8 @@
\note The operation is using QSettings to store the key value pair. QSettings
always treats backslash as a special character and provides no API for reading
- or writing such entries. Do not use slashes ('/' and '\') in section or key names;
- the backslash character is used to separate sub keys. On windows, '\' are converted
+ or writing such entries. Do not use slashes ('/' and '\\') in section or key names;
+ the backslash character is used to separate sub keys. On windows, '\\' are converted
by QSettings to '/', which makes them identical. Because the backslash character is
used by QSettings to separate sub keys, you cannot read or write windows registry
entries that contain slashes or backslashes. You should use a native windows API if