diff --git a/src/plugins/valgrind/valgrindsettings.cpp b/src/plugins/valgrind/valgrindsettings.cpp index 47f45973747..0a92f391d3b 100644 --- a/src/plugins/valgrind/valgrindsettings.cpp +++ b/src/plugins/valgrind/valgrindsettings.cpp @@ -392,19 +392,8 @@ ValgrindSettings::ValgrindSettings(bool global) // clang-format on }); - if (global) { + if (global) readSettings(); - } else { - // FIXME: Is this needed? - connect(this, &AspectContainer::fromMapFinished, [this] { - // FIXME: Update project page e.g. on "Restore Global", aspects - // there are 'autoapply', and Aspect::cancel() is normally part of - // the 'manual apply' machinery. - setAutoApply(false); - cancel(); - setAutoApply(true); - }); - } } ValgrindSettings &globalSettings()