forked from qt-creator/qt-creator
ProjectExplorer/Valgrind: Disambiguate signal name
error => processError To make it easier to use Qt5-style connect Change-Id: Idfa987512ebb7d1c1c02d3cd01b2d05088cbf38a Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
void close();
|
||||
|
||||
QString errorString() const;
|
||||
QProcess::ProcessError error() const;
|
||||
QProcess::ProcessError processError() const;
|
||||
|
||||
void setProcessChannelMode(QProcess::ProcessChannelMode mode);
|
||||
void setWorkingDirectory(const QString &path);
|
||||
|
||||
Reference in New Issue
Block a user