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

@@ -88,7 +88,7 @@ protected:
virtual QString tool() const = 0;
signals:
void processOutputReceived(const QByteArray &, Utils::OutputFormat);
void processOutputReceived(const QString &, Utils::OutputFormat);
void processErrorReceived(const QString &, QProcess::ProcessError);
void started();
void finished();