summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/constants.h
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2023-04-27 13:34:59 +0300
committerKatja Marttila <katja.marttila@qt.io>2023-04-28 10:02:35 +0300
commite335f3ce3f53e95c0b3989af53b51ed019762016 (patch)
tree1218cbf43ccb64c9208e6fe9ab0c874265522c70 /src/libs/installer/constants.h
parent65cfe8363aaa8f9c261867e26039223c5bafc201 (diff)
Fix license undo operation
Licenses value write was accidently changed from lower case to upper case, which caused that the licenses undo operation did not find a value for the license undo. Fixed the value settings, and also removed the error dialog as there is no point in showing that in undo operation as we are removing the component. Task-number: QTIFW-3013 Change-Id: I402658a05b904454da045ba3fe38c21cf4c3dd4b Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
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 ecd85fe11..5cde15e2a 100644
--- a/src/libs/installer/constants.h
+++ b/src/libs/installer/constants.h
@@ -102,6 +102,7 @@ static const QLatin1String scInstallDate("InstallDate");
static const QLatin1String scUserInterfaces("UserInterfaces");
static const QLatin1String scTranslations("Translations");
static const QLatin1String scLicenses("Licenses");
+static const QLatin1String scLicensesValue("licenses");
static const QLatin1String scLicense("License");
static const QLatin1String scOperations("Operations");
static const QLatin1String scInstallScript("installScript");