Doc: correct incorrect syntax \li command
qstringbuilder.cpp:75: warning: Command '\li' outside of '\list' and '\table' Change-Id: I2353462cfd14a4f7cf60d5064ecb069155d1cd34 Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
parent
2a48b60dbd
commit
b4c8455eeb
@ -72,17 +72,21 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
For building QStrings:
|
||||
|
||||
\list
|
||||
\li QString, QStringRef,
|
||||
\li QChar, QCharRef, QLatin1Char,
|
||||
\li QLatin1String,
|
||||
\li QByteArray, \c char, \c{const char[]}.
|
||||
\endlist
|
||||
|
||||
The types in the last list point are only available when
|
||||
QT_NO_CAST_FROM_ASCII is not defined.
|
||||
|
||||
For building QByteArrays:
|
||||
|
||||
\list
|
||||
\li QByteArray, \c char, \c{const char[]}.
|
||||
\endlist
|
||||
|
||||
Concatenating strings with operator%() generally yields better
|
||||
performance than using \c QString::operator+() on the same chunks
|
||||
|
Loading…
Reference in New Issue
Block a user