summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/binaryformat.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-09-02 23:53:35 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-09-16 13:04:04 +0300
commite1dc7d5340725f04a8e85c7581d4be2387fb423e (patch)
tree12f4442a80a215cf9388d2180a3aa044e4c60f3f /src/libs/installer/binaryformat.cpp
parent913c7ea16f961a8f5688734cd12d00fbeaa5d48c (diff)
Doc: Fix documentation warnings
These changes fix many of the documentation warnings when building with a recent version of (Clang-integrated) QDoc. Change-Id: I5714635a25707cd7ab7bec209fa043a95f0b9832 Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/libs/installer/binaryformat.cpp')
-rw-r--r--src/libs/installer/binaryformat.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/installer/binaryformat.cpp b/src/libs/installer/binaryformat.cpp
index 3e7dd5a2a..9ed7742db 100644
--- a/src/libs/installer/binaryformat.cpp
+++ b/src/libs/installer/binaryformat.cpp
@@ -45,7 +45,7 @@ namespace QInstaller {
*/
/*!
- \fn OperationBlob::OperationBlob(const QString &n, const QString &x)
+ \fn QInstaller::OperationBlob::OperationBlob(const QString &n, const QString &x)
Constructs the operation blob with the given arguments, while \a n stands for the name part and
\a x for the XML representation of the operation.
@@ -75,13 +75,13 @@ namespace QInstaller {
*/
/*!
- \fn Range<qint64> Resource::segment() const
+ \fn Range<qint64> QInstaller::Resource::segment() const
Returns the range inside the file this resource represents.
*/
/*!
- \fn void Resource::setSegment(const Range<qint64> &segment)
+ \fn void QInstaller::Resource::setSegment(const Range<qint64> &segment)
Sets the range to the \a segment of the file that this resource represents.
*/
@@ -215,7 +215,7 @@ qint64 Resource::writeData(const char* data, qint64 maxSize)
}
/*!
- \fn void Resource::copyData(QFileDevice *out)
+ \fn void QInstaller::Resource::copyData(QFileDevice *out)
Copies the resource data to a file called \a out. Throws Error on failure.
*/