summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/constants.h
diff options
context:
space:
mode:
authorChristoph VogtlÃĪnder <c.vogtlaender@sigma-surface-science.com>2015-01-21 15:24:51 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-23 17:04:25 +0100
commitbfae252a3270750d5d9b3dfb3c87e1f1633233fa (patch)
treec99d348e9ac4429ed08b02134abe7506b0ccd53f /src/libs/installer/constants.h
parentb0dac0791b21e45cd63538bf6841393b79c869e2 (diff)
Use a UUID as uninstall registry subkey
Change-Id: I365e3bdf529bed7bff526b772d9dec5260d71ba4 Task-Id: QTIFW-615 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.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 8ad1b2f79..2956d76c2 100644
--- a/src/libs/installer/constants.h
+++ b/src/libs/installer/constants.h
@@ -87,6 +87,7 @@ static const QLatin1String scWizardStyle("WizardStyle");
static const QLatin1String scTitleColor("TitleColor");
static const QLatin1String scWizardDefaultWidth("WizardDefaultWidth");
static const QLatin1String scWizardDefaultHeight("WizardDefaultHeight");
+static const QLatin1String scProductUUID("ProductUUID");
}
#endif // CONSTANTS_H