summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/genericdatacache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/genericdatacache.cpp')
-rw-r--r--src/libs/installer/genericdatacache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/installer/genericdatacache.cpp b/src/libs/installer/genericdatacache.cpp
index 1b33976c8..683c945dc 100644
--- a/src/libs/installer/genericdatacache.cpp
+++ b/src/libs/installer/genericdatacache.cpp
@@ -75,7 +75,7 @@ static const QLatin1String scManifestFile("manifest.json");
*/
/*!
- \fn QInstaller::CacheableItem::isActive const
+ \fn QInstaller::CacheableItem::isActive() const
Returns \c true if this item is an actively used cache item, \c false otherwise.
This information is used as a hint for filtering obsolete entries, an active item
@@ -536,11 +536,11 @@ void GenericDataCache<T>::invalidate()
}
/*!
- \fn template <typename T> QInstaller::GenericDataCache<T>::setErrorString(const QString &error)
+ \fn template <typename T> QInstaller::GenericDataCache<T>::setErrorString(const QString &error) const
Sets the current error string to \a error and prints it as a warning to the console.
*/
-template<typename T>
+template <typename T>
void GenericDataCache<T>::setErrorString(const QString &error) const
{
m_error = error;