forked from qt-creator/qt-creator
Update memcheck namespace and use new APIs.
Merge-request: 284 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user