Valgrind: Simplify suppression file interface

The global settings and per-project settings looked the same,
but behaved quite differently: The per-project one were a kind
of diff against the global one.

Besides having "issues" when keeping the temporary and permanent places
where relevant parts of the data were kept (settings, manual-applied
global, auto-applied local settings), the concept was not clear in the
UI at all.

This here takes the simple way out: Either local, or global, no diffs.

Change-Id: I90439cd20067ab60b88372f1cb03eeef8c2e42d3
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-09-14 12:37:35 +02:00
parent c00330f905
commit 95f7c5f256
3 changed files with 14 additions and 88 deletions

View File

@@ -57,10 +57,6 @@ public:
QVariant volatileValue() const final;
void setVolatileValue(const QVariant &val) final;
void cancel() final;
void apply() final;
void finish() final;
void addSuppressionFile(const QString &suppressionFile);
private: