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 <thiago.macieira@intel.com>
This commit is contained in:
Tasuku Suzuki 2023-01-23 23:23:33 +09:00
parent 783b63ce51
commit b33016a492

View File

@ -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