forked from qt-creator/qt-creator
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user