From 481f1e1a75a8a4fb2fea5bebb1ce06fdaf0855ef Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Mon, 23 Jan 2023 23:23:33 +0900 Subject: [PATCH] Doc: remove {{ }} for an enum value https://doc.qt.io/qt-6.4/qurlquery.html#encoding Change-Id: I328274d37182d3884bc65b8bccfec5052c1dce8e Reviewed-by: Thiago Macieira (cherry picked from commit b33016a4927e0b7df2b4183583b0b57719060e6c) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/io/qurlquery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/io/qurlquery.cpp b/src/corelib/io/qurlquery.cpp index 57e66142ca1..3cf2b1e5eb9 100644 --- a/src/corelib/io/qurlquery.cpp +++ b/src/corelib/io/qurlquery.cpp @@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE improperly-encoded strings are passed to the setter or query methods, QUrlQuery will attempt to recover instead of failing. That is to say, all functions in this class parse their string arguments as if the - {{QUrl::TolerantMode}} decoding mode was specified. + QUrl::TolerantMode decoding mode was specified. Application code should strive to always ensure proper encoding and not rely on TolerantMode parsing fixing the strings. Notably, all user input must be