From cca4f41448069389671ae9ad4d0166bda6f28917 Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Mon, 1 Apr 2019 18:15:56 +0200 Subject: fix missing backslashed with double backslash command Change-Id: I0404f3d08d2a4bdc3f5d3ccafe8a016486d4ecdb Fixes: QTIFW-1037 Reviewed-by: Leena Miettinen --- doc/operations.qdoc | 4 ++-- 1 file 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 -- cgit v1.2.3