summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2023-09-25 09:20:43 +0300
committerKatja Marttila <katja.marttila@qt.io>2023-09-25 11:06:06 +0300
commit63b8e48a9278a26a0f56c9448a482dad2b9e7bcf (patch)
tree5f6016471ee61abff848d499ad8cfb9090c1499d /src
parent895eb6f62843a24e26f5d62f0151b8948b00f184 (diff)
Fix documentation warnings
Change-Id: I68ee86163c3b4d825633efce6dba9f1c0d23ed39 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/libs/installer/genericdatacache.cpp2
-rw-r--r--src/libs/installer/metadatajob.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/installer/genericdatacache.cpp b/src/libs/installer/genericdatacache.cpp
index bacd49ba6..73d34b94a 100644
--- a/src/libs/installer/genericdatacache.cpp
+++ b/src/libs/installer/genericdatacache.cpp
@@ -421,7 +421,7 @@ T *GenericDataCache<T>::itemByPath(const QString &path) const
}
/*!
- \fn template <typename T> QInstaller::GenericDataCache<T>::registerItem(T *item, bool replace)
+ \fn template <typename T> QInstaller::GenericDataCache<T>::registerItem(T *item, bool replace, RegisterMode mode)
Registers the \a item to the cache. If \a replace is set to \c true,
the new \a item replaces a previous item with the same checksum.
diff --git a/src/libs/installer/metadatajob.cpp b/src/libs/installer/metadatajob.cpp
index 968ab2f34..b08605b99 100644
--- a/src/libs/installer/metadatajob.cpp
+++ b/src/libs/installer/metadatajob.cpp
@@ -49,7 +49,6 @@ namespace QInstaller {
\value All
\value CompressedPackage
- \value UpdatesXML
*/
/*!