summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/memcheckerrorview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/valgrind/memcheckerrorview.h')
-rw-r--r--src/plugins/valgrind/memcheckerrorview.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/plugins/valgrind/memcheckerrorview.h b/src/plugins/valgrind/memcheckerrorview.h
index bedad640ae..b2338dc369 100644
--- a/src/plugins/valgrind/memcheckerrorview.h
+++ b/src/plugins/valgrind/memcheckerrorview.h
@@ -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);