Analyzer/Debugger: clean up

Namespace, parameters, popup output on error more directly.

Change-Id: I9b88e54b6b06defce5643a1c7123284e58fd5a22
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2013-01-10 11:36:15 +01:00
parent 38f6c349e1
commit 5addc5d1b9
4 changed files with 51 additions and 57 deletions

View File

@@ -32,19 +32,13 @@
#define VALGRINDENGINE_H
#include <analyzerbase/ianalyzerengine.h>
#include <utils/environment.h>
#include <valgrind/valgrindrunner.h>
#include <QString>
#include <QByteArray>
#include <QFutureInterface>
#include <QFutureWatcher>
namespace Analyzer {
class AnalyzerSettings;
}
namespace Analyzer { class AnalyzerSettings; }
namespace Valgrind {
namespace Internal {
@@ -78,8 +72,8 @@ private slots:
void handleProgressFinished();
void runnerFinished();
void receiveProcessOutput(const QByteArray &, Utils::OutputFormat);
void receiveProcessError(const QString &, QProcess::ProcessError);
void receiveProcessOutput(const QByteArray &output, Utils::OutputFormat format);
void receiveProcessError(const QString &message, QProcess::ProcessError error);
private:
bool m_isStopping;