summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/qinstallerglobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/qinstallerglobal.cpp')
-rw-r--r--src/libs/installer/qinstallerglobal.cpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/libs/installer/qinstallerglobal.cpp b/src/libs/installer/qinstallerglobal.cpp
index 177a2595d..6a67e9e10 100644
--- a/src/libs/installer/qinstallerglobal.cpp
+++ b/src/libs/installer/qinstallerglobal.cpp
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (C) 2020 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -70,3 +70,15 @@
Synonym for QHash<QString, KDUpdater::LocalPackage>.
*/
+
+/*!
+ \typedef QInstaller::AutoDependencyHash
+
+ Synonym for QHash<QString, QStringList>.
+*/
+
+/*!
+ \typedef QInstaller::DependencyHash
+
+ Synonym for QHash<QString, QStringList>.
+*/