summaryrefslogtreecommitdiffstats
path: root/src/sdk/tabcontroller.h
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2015-11-23 14:03:05 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2016-02-15 06:52:59 +0000
commitf3e46570a6b6483de1170a429f68b9a8a66aef4e (patch)
tree0cb64803a412e920336164cf5ab83423c05ceff6 /src/sdk/tabcontroller.h
parenta4b148435268ea0bd783a5b109b6a12c4850631b (diff)
Fix setValue saving in restart
When running maintenancetool and installing a component that sets a value in installscript with setValue, the value is cleared when pressing 'Restart'. Task-number:QTIFW-504 Change-Id: Ie588b6f1011d7b50b771ea8ee0dea99350f65878 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
Diffstat (limited to 'src/sdk/tabcontroller.h')
-rw-r--r--src/sdk/tabcontroller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdk/tabcontroller.h b/src/sdk/tabcontroller.h
index 98ea9abd6..5618d15ae 100644
--- a/src/sdk/tabcontroller.h
+++ b/src/sdk/tabcontroller.h
@@ -62,6 +62,7 @@ public:
public Q_SLOTS:
int init();
+ void updateManagerParams(const QString &key, const QString &value);
private Q_SLOTS:
void restartWizard();