forked from qt-creator/qt-creator
Analyzer: Cleanup settings handling
More flexible, less over-engineered this way. Change-Id: I3e224a6be85d3a187056d79fd506e8cf6a32c8a9 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -42,12 +42,11 @@ class QPlainTextEdit;
|
||||
class QDialogButtonBox;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Analyzer { class AnalyzerSettings; }
|
||||
|
||||
namespace Valgrind {
|
||||
namespace Internal {
|
||||
|
||||
class MemcheckErrorView;
|
||||
class ValgrindBaseSettings;
|
||||
|
||||
class SuppressionDialog : public QDialog
|
||||
{
|
||||
@@ -66,7 +65,7 @@ private:
|
||||
void reject();
|
||||
|
||||
MemcheckErrorView *m_view;
|
||||
Analyzer::AnalyzerSettings *m_settings;
|
||||
ValgrindBaseSettings *m_settings;
|
||||
bool m_cleanupIfCanceled;
|
||||
QList<XmlProtocol::Error> m_errors;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user