forked from qt-creator/qt-creator
Valgrind: Projects: Use global settings per default
...in order to avoid "huch, it shows custom settings, but I haven't customized anything?!". Change-Id: I80475340202b54acbf7fbb0fe709b1e9f1cf58da Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -118,6 +118,7 @@ public:
|
|||||||
setGlobalSettings(ValgrindPlugin::globalSettings());
|
setGlobalSettings(ValgrindPlugin::globalSettings());
|
||||||
setId(ANALYZER_VALGRIND_SETTINGS);
|
setId(ANALYZER_VALGRIND_SETTINGS);
|
||||||
setDisplayName(QCoreApplication::translate("Valgrind::Internal::ValgrindRunConfigurationAspect", "Valgrind Settings"));
|
setDisplayName(QCoreApplication::translate("Valgrind::Internal::ValgrindRunConfigurationAspect", "Valgrind Settings"));
|
||||||
|
setUsingGlobalSettings(true);
|
||||||
resetProjectToGlobalSettings();
|
resetProjectToGlobalSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user