summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/constants.h
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-05-06 23:28:42 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-05-08 08:33:22 +0000
commitd74b5e575dfbc3d39f5a2970cc698cc389542116 (patch)
treed9373cfc746d31e54925bb209cc6720f8fad1116 /src/libs/installer/constants.h
parentf0b20942b879adb1e42a741843db9871cc614582 (diff)
Add constant and make use of it.
Change-Id: I3d244f112e39a57dfa769bb6a786f62b607d9b3c Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Christoph VogtlÃĪnder <c.vogtlaender@sigma-surface-science.com>
Diffstat (limited to 'src/libs/installer/constants.h')
-rw-r--r--src/libs/installer/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/constants.h b/src/libs/installer/constants.h
index 950cfcdd9..f494f75fc 100644
--- a/src/libs/installer/constants.h
+++ b/src/libs/installer/constants.h
@@ -87,6 +87,7 @@ static const QLatin1String scTitleColor("TitleColor");
static const QLatin1String scWizardDefaultWidth("WizardDefaultWidth");
static const QLatin1String scWizardDefaultHeight("WizardDefaultHeight");
static const QLatin1String scProductUUID("ProductUUID");
+static const QLatin1String scAllUsers("AllUsers");
}
#endif // CONSTANTS_H