summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-02-26 14:03:19 +0100
committerKai Koehne <kai.koehne@qt.io>2020-03-06 08:41:32 +0100
commitb80503b377abb04d5b6f9b243fa9d1ab503c7110 (patch)
treecc36872d8abe385e5db1d25a514930ed7eb0ef6a /src/corelib
parenta2446c0eede445eb40905487b1ba7c689aa8baef (diff)
Doc: Fix \sa link for QResource::uncompressedData()
No point in linking to itself. Change-Id: Id0bf3fa6878417e541ec0997d34758b0c59e99b3 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/io/qresource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp
index 225ee0a769..8bf63e8a63 100644
--- a/src/corelib/io/qresource.cpp
+++ b/src/corelib/io/qresource.cpp
@@ -732,7 +732,7 @@ const uchar *QResource::data() const
\note If the data was compressed, this function will decompress every time
it is called. The result is not cached between calls.
- \sa uncompressedData(), size(), isCompressed(), isFile()
+ \sa uncompressedSize(), size(), isCompressed(), isFile()
*/
QByteArray QResource::uncompressedData() const