forked from qt-creator/qt-creator
Valgrind: Use QString for processOutput signal
Change-Id: I446f1a06b2c00280679dd09cd1818c1dd69c7e11 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -83,7 +83,7 @@ signals:
|
||||
void started();
|
||||
void finished(int, QProcess::ExitStatus);
|
||||
void error(QProcess::ProcessError);
|
||||
void processOutput(const QByteArray &, Utils::OutputFormat format);
|
||||
void processOutput(const QString &, Utils::OutputFormat format);
|
||||
|
||||
private slots:
|
||||
void handleReadyReadStandardError();
|
||||
|
||||
Reference in New Issue
Block a user