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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user