Valgrind: Use QString for processOutput signal

Change-Id: I446f1a06b2c00280679dd09cd1818c1dd69c7e11
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2014-05-04 23:06:26 +03:00
committed by hjk
parent b9c2475726
commit 4dfa08c22f
6 changed files with 13 additions and 13 deletions

View File

@@ -70,7 +70,7 @@ private slots:
void handleProgressFinished();
void runnerFinished();
void receiveProcessOutput(const QByteArray &output, Utils::OutputFormat format);
void receiveProcessOutput(const QString &output, Utils::OutputFormat format);
void receiveProcessError(const QString &message, QProcess::ProcessError error);
private: