summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/memchecktool.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-08-08 17:37:37 +0200
committerhjk <hjk121@nokiamail.com>2013-08-12 12:39:54 +0200
commit5fa7b60b9733ee892648212941ed69450c1616ec (patch)
tree8bd879c1d35e756d8f80ea7bf2d23d9cffacf9c8 /src/plugins/valgrind/memchecktool.h
parent2d4afd04947f9b0700d9df9610d64f8e707c98ee (diff)
downloadqt-creator-5fa7b60b9733ee892648212941ed69450c1616ec.tar.gz
Analyzer: Cleanup settings handling
More flexible, less over-engineered this way. Change-Id: I3e224a6be85d3a187056d79fd506e8cf6a32c8a9 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/valgrind/memchecktool.h')
-rw-r--r--src/plugins/valgrind/memchecktool.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/plugins/valgrind/memchecktool.h b/src/plugins/valgrind/memchecktool.h
index 31db52f60c..e12120077a 100644
--- a/src/plugins/valgrind/memchecktool.h
+++ b/src/plugins/valgrind/memchecktool.h
@@ -48,15 +48,12 @@ class Error;
}
}
-namespace Analyzer {
-class AnalyzerSettings;
-}
-
namespace Valgrind {
namespace Internal {
-class MemcheckErrorView;
class FrameFinder;
+class MemcheckErrorView;
+class ValgrindBaseSettings;
class MemcheckErrorFilterProxyModel : public QSortFilterProxyModel
{
@@ -109,7 +106,7 @@ private:
void clearErrorView();
private:
- Analyzer::AnalyzerSettings *m_settings;
+ ValgrindBaseSettings *m_settings;
QMenu *m_filterMenu;
FrameFinder *m_frameFinder;