From 17048ee5291e1b4a998a196d2d3658dc4eef14ab Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 10 Oct 2024 17:47:55 +0200 Subject: [PATCH] Crashpad: Do not auto-apply the whole system settings Clicking the crashreports setting was applying the whole (more or less) system settings. It shouldn't apply anything at all, pressing 'Cancel' should work. Change-Id: I53e07dce9d0957899981438b65d346041a0135c5 Reviewed-by: hjk --- src/plugins/coreplugin/systemsettings.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/coreplugin/systemsettings.cpp b/src/plugins/coreplugin/systemsettings.cpp index 6ac1fd9697b..e9dce35ff74 100644 --- a/src/plugins/coreplugin/systemsettings.cpp +++ b/src/plugins/coreplugin/systemsettings.cpp @@ -275,7 +275,6 @@ public: connect(helpCrashReportingButton, &QAbstractButton::clicked, this, [this] { showHelpDialog(Tr::tr("Crash Reporting"), CorePlugin::msgCrashpadInformation()); }); - connect(&s.enableCrashReporting, &BaseAspect::changed, this, &SystemSettingsWidget::apply); const FilePath reportsPath = ICore::crashReportsPath() / QLatin1String(