From 1552262510b59e82163cb08bcd81807f5a08bef4 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 d90c80be6da..b8a9bc598e7 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