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>
This commit is contained in:
parent
a2446c0eed
commit
b80503b377
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user