[Windows registry] Allow to clean all swift registry entries

* for uninstallation
* few users reported a hanging (white screen) swift issue, solved by "cleaning the registry"

see https://discordapp.com/channels/539048679160676382/539925070550794240/664557031784448010
This commit is contained in:
Klaus Basan
2020-01-09 20:25:59 +01:00
parent e5449347e0
commit 8c5fe89f6c
6 changed files with 103 additions and 26 deletions

View File

@@ -216,6 +216,9 @@ private:
//! Run in installer mode
void installerMode();
//! Clear Windows registry
void clearWindowsRegistry();
//! Command line
static QString toCmdLine(const QString &exe, const QStringList &exeArgs);
};