forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user