valgrind: code cosmetics

Change-Id: I695c7d40aeb0b0b1e6f8cc0856e5fa5d9d1ce2d1
Reviewed-on: http://codereview.qt.nokia.com/1600
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-07-13 14:58:54 +02:00
committed by hjk
parent 0c0ffab1bb
commit 98c116491f
73 changed files with 153 additions and 191 deletions

View File

@@ -37,8 +37,8 @@
#include "valgrindengine.h"
#include <valgrind/memcheck/memcheckrunner.h>
#include <valgrind/xmlprotocol/threadedparser.h>
#include "memcheck/memcheckrunner.h"
#include "xmlprotocol/threadedparser.h"
namespace Valgrind {
namespace Internal {
@@ -64,15 +64,15 @@ signals:
protected:
virtual QString progressTitle() const;
virtual QStringList toolArguments() const;
virtual Valgrind::ValgrindRunner *runner();
virtual ValgrindRunner *runner();
private slots:
void receiveLogMessage(const QByteArray &);
void status(const Valgrind::XmlProtocol::Status &status);
private:
Valgrind::XmlProtocol::ThreadedParser m_parser;
Valgrind::Memcheck::MemcheckRunner m_runner;
XmlProtocol::ThreadedParser m_parser;
Memcheck::MemcheckRunner m_runner;
};
} // namespace Internal