Update memcheck namespace and use new APIs.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Mike McQuaid
2011-04-04 14:39:29 +02:00
committed by hjk
parent 0af81b8fd8
commit e16f83a81d
16 changed files with 124 additions and 87 deletions

View File

@@ -35,8 +35,8 @@
#include "suppressiondialog.h"
#include "ui_suppressiondialog.h"
#include "memcheckerrorview.h"
#include "memchecksettings.h"
@@ -57,9 +57,11 @@
#include <valgrind/xmlprotocol/frame.h>
using namespace Analyzer;
using namespace Analyzer::Internal;
using namespace Memcheck;
using namespace Valgrind::XmlProtocol;
using namespace Memcheck::Internal;
namespace {
QString suppressionText(const Error &error)
{