qdoc: Fix warnings about missing \inmodule command

Fix warnings

qtbase/src/corelib/io/qprocess.cpp:776: (qdoc) warning: Class CreateProcessArguments has no \inmodule command; using project name by default: QtCore
qtbase/src/corelib/serialization/qcborstream.cpp:1441: (qdoc) warning: Class StringResult has no \inmodule command; using project name by default: QtCore

Change-Id: I1c85ca32aff1f89f70898af7b11cfead96c80349
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Kai Koehne 2019-04-09 15:50:57 +02:00
parent a8a05b00fc
commit 78c84c6353
2 changed files with 2 additions and 0 deletions

View File

@ -775,6 +775,7 @@ void QProcessPrivate::Channel::clear()
/*!
\class QProcess::CreateProcessArguments
\inmodule QtCore
\note This struct is only available on the Windows platform.
This struct is a representation of all parameters of the Windows API

View File

@ -1440,6 +1440,7 @@ bool QCborStreamWriter::endMap()
/*!
\class QCborStreamReader::StringResult
\inmodule QtCore
This class is returned by readString() and readByteArray(), with either the
contents of the string that was read or an indication that the parsing is