Doc: remove {{ }} for an enum value

https://doc.qt.io/qt-6.4/qurlquery.html#encoding

Change-Id: I328274d37182d3884bc65b8bccfec5052c1dce8e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit b33016a4927e0b7df2b4183583b0b57719060e6c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tasuku Suzuki 2023-01-23 23:23:33 +09:00 committed by Qt Cherry-pick Bot
parent 041f440c6a
commit 481f1e1a75

View File

@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
improperly-encoded strings are passed to the setter or query methods, improperly-encoded strings are passed to the setter or query methods,
QUrlQuery will attempt to recover instead of failing. That is to say, all QUrlQuery will attempt to recover instead of failing. That is to say, all
functions in this class parse their string arguments as if the 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 Application code should strive to always ensure proper encoding and not rely
on TolerantMode parsing fixing the strings. Notably, all user input must be on TolerantMode parsing fixing the strings. Notably, all user input must be