Fix qdoc warnings: QTextStream manipulators are in the Qt namespace
Change-Id: I55c0c6454e27e0a002021a73f6c1cf8d8ed4d6af Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
756104d5e1
commit
77d57706ff
@ -2834,7 +2834,7 @@ QTextStream &scientific(QTextStream &stream)
|
||||
|
||||
\since 5.14
|
||||
|
||||
\sa {QTextStream::}{right()}, {QTextStream::}{center()}, {QTextStream manipulators}
|
||||
\sa right(), center(), {QTextStream manipulators}
|
||||
*/
|
||||
QTextStream &left(QTextStream &stream)
|
||||
{
|
||||
@ -2848,7 +2848,7 @@ QTextStream &left(QTextStream &stream)
|
||||
|
||||
\since 5.14
|
||||
|
||||
\sa {QTextStream::}{left()}, {QTextStream::}{center()}, {QTextStream manipulators}
|
||||
\sa left(), center(), {QTextStream manipulators}
|
||||
*/
|
||||
QTextStream &right(QTextStream &stream)
|
||||
{
|
||||
@ -2862,7 +2862,7 @@ QTextStream &right(QTextStream &stream)
|
||||
|
||||
\since 5.14
|
||||
|
||||
\sa {QTextStream::}{left()}, {QTextStream::}{right()}, {QTextStream manipulators}
|
||||
\sa left(), right(), {QTextStream manipulators}
|
||||
*/
|
||||
QTextStream ¢er(QTextStream &stream)
|
||||
{
|
||||
@ -3054,7 +3054,7 @@ bool QTextStream::autoDetectUnicode() const
|
||||
device. If \a generate is false, no BOM will be inserted. This function
|
||||
must be called before any data is written. Otherwise, it does nothing.
|
||||
|
||||
\sa generateByteOrderMark(), bom()
|
||||
\sa generateByteOrderMark(), {Qt::}{bom()}
|
||||
*/
|
||||
void QTextStream::setGenerateByteOrderMark(bool generate)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user