summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-24 15:06:53 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-26 14:36:03 +0200
commitc1fddbbd587beaac15dad4e66b78112f557c487b (patch)
tree42ba28a8beb2e8ddceb0a38bd760f205d6af4d1b /src/corelib/io
parent0ebe1708e2376dea4f5f85f963f5f7d8afad3ddc (diff)
Fix qdoc warnings from references to removed APIs
Change-Id: Id41052be0878715eda4879fcd3171a30ddd5a9a7 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qprocess.cpp1
-rw-r--r--src/corelib/io/qresource.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index 4fdc94a202..00b5cb9df6 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 0333f62870..3aeaa1427b 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