From c1fddbbd587beaac15dad4e66b78112f557c487b Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Thu, 24 Sep 2020 15:06:53 +0200 Subject: [PATCH] Fix qdoc warnings from references to removed APIs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id41052be0878715eda4879fcd3171a30ddd5a9a7 Reviewed-by: Topi Reiniƶ --- src/corelib/io/qprocess.cpp | 1 - src/corelib/io/qresource.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index 4fdc94a202f..00b5cb9df6e 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -2149,7 +2149,6 @@ void QProcess::startCommand(const QString &command, OpenMode mode) \sa start() \sa startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) - \sa startDetached(const QString &command) */ bool QProcess::startDetached(qint64 *pid) { diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp index 0333f628701..3aeaa1427b7 100644 --- a/src/corelib/io/qresource.cpp +++ b/src/corelib/io/qresource.cpp @@ -707,7 +707,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 uncompressedSize(), size(), isCompressed(), isFile() + \sa uncompressedSize(), size(), compressionAlgorithm(), isFile() */ QByteArray QResource::uncompressedData() const