From b33016a4927e0b7df2b4183583b0b57719060e6c Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Mon, 23 Jan 2023 23:23:33 +0900 Subject: Doc: remove {{ }} for an enum value https://doc.qt.io/qt-6.4/qurlquery.html#encoding Pick-to: 6.5 6.4 Change-Id: I328274d37182d3884bc65b8bccfec5052c1dce8e Reviewed-by: Thiago Macieira --- src/corelib/io/qurlquery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io') diff --git a/src/corelib/io/qurlquery.cpp b/src/corelib/io/qurlquery.cpp index d90c80be6d..b8a9bc598e 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 -- cgit v1.2.3