analyzer: fix suppression dialog

Task-number: QTCREATORBUG-6500
Change-Id: I8297c91238c4edfd28d9813a92f082f33a6e763a
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-12-16 16:06:25 +01:00
committed by hjk
parent bd308acfcf
commit 0594d64380
6 changed files with 91 additions and 189 deletions

View File

@@ -37,9 +37,7 @@
#include <QtGui/QListView>
namespace Analyzer {
class AnalyzerSettings;
}
namespace Analyzer { class AnalyzerSettings; }
namespace Valgrind {
namespace Internal {
@@ -52,8 +50,8 @@ public:
MemcheckErrorView(QWidget *parent = 0);
~MemcheckErrorView();
// reimplemented to connect delegate to connection model after it has been set by
// superclass implementation
// Reimplemented to connect delegate to connection model after it has
// been set by superclass implementation.
void setModel(QAbstractItemModel *model);
void setDefaultSuppressionFile(const QString &suppFile);