Skip to content

Commit 83383db

Browse files
author
David Boddie
committed
Doc: Restore link to the Ok status value
Change-Id: I630caa2f76ce4fd4476b9027513b55f257d90d4b Reviewed-by: Thiago Macieira <[email protected]>
1 parent f039077 commit 83383db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corelib/serialization/qtextstream.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@ QTextStream &QTextStream::operator<<(const void *ptr)
25582558
\fn QTextStream::operator bool() const
25592559
\since 6.10
25602560
2561-
Returns whether this stream has no errors (status() returns \c{Status::OK}).
2561+
Returns whether this stream has no errors (status() returns \l{Ok}).
25622562
*/
25632563

25642564
namespace Qt {

0 commit comments

Comments
 (0)