summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/settings.cpp')
-rw-r--r--src/libs/installer/settings.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libs/installer/settings.cpp b/src/libs/installer/settings.cpp
index 66fad88e5..b0d631f60 100644
--- a/src/libs/installer/settings.cpp
+++ b/src/libs/installer/settings.cpp
@@ -43,6 +43,13 @@
using namespace QInstaller;
+/*!
+ \typedef QInstaller::RepoHash
+
+ Synonym for QHash<QString, QPair<Repository, Repository> >. Describes a repository
+ update with the supported key strings being \e{replace}, \e{remove}, and \e{add}.
+*/
+
static const QLatin1String scInstallerApplicationIcon("InstallerApplicationIcon");
static const QLatin1String scInstallerWindowIcon("InstallerWindowIcon");
static const QLatin1String scLogo("Logo");