Valgrind: Initialize custom settings with global settings

...fixes "** Error: no valgrind executable set **" for new projects.

Change-Id: I838d680d902480906fab7bec0984d45c25ec7b4b
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Nikolai Kosjar
2013-09-06 12:08:34 +02:00
committed by hjk
parent bc7778a31d
commit f6a45a438f

View File

@@ -118,6 +118,7 @@ public:
setGlobalSettings(ValgrindPlugin::globalSettings());
setId(ANALYZER_VALGRIND_SETTINGS);
setDisplayName(QCoreApplication::translate("Valgrind::Internal::ValgrindRunConfigurationAspect", "Valgrind Settings"));
resetProjectToGlobalSettings();
}
IRunConfigurationAspect *create(RunConfiguration *parent) const