From d3dad28a51743bb408dee1cf997646a89eb6693b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Thu, 5 Dec 2024 17:11:34 +0100 Subject: Doc: Fix links to QIODeviceBase:: flags Pick-to: 6.8 6.9 Task-number: QTBUG-131484 Change-Id: Iee545986d4fb4765086fecce6532092d4b691ae8 Reviewed-by: Thiago Macieira --- src/corelib/io/qfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io/qfile.cpp') diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp index b427a0ef7ca..9295070dc8a 100644 --- a/src/corelib/io/qfile.cpp +++ b/src/corelib/io/qfile.cpp @@ -123,7 +123,7 @@ QAbstractFileEngine *QFilePrivate::engine() const \snippet file/file.cpp 0 - The QIODevice::Text flag passed to open() tells Qt to convert + The \l{QIODeviceBase::}{Text} flag passed to open() tells Qt to convert Windows-style line terminators ("\\r\\n") into C++-style terminators ("\\n"). By default, QFile assumes binary, i.e. it doesn't perform any conversion on the bytes stored in the file. -- cgit v1.2.3