forked from qt-creator/qt-creator
QMakeStep: Remove unneeded override
Change-Id: Ib91ee608673c6a2b33ebfe704c8f31b647ab897e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -309,11 +309,6 @@ bool QMakeStep::processSucceeded(int exitCode, QProcess::ExitStatus status)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
void QMakeStep::doCancel()
|
|
||||||
{
|
|
||||||
AbstractProcessStep::doCancel();
|
|
||||||
}
|
|
||||||
|
|
||||||
void QMakeStep::finish(bool success)
|
void QMakeStep::finish(bool success)
|
||||||
{
|
{
|
||||||
m_wasSuccess = success;
|
m_wasSuccess = success;
|
||||||
|
@@ -141,7 +141,6 @@ protected:
|
|||||||
bool processSucceeded(int exitCode, QProcess::ExitStatus status) override;
|
bool processSucceeded(int exitCode, QProcess::ExitStatus status) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void doCancel() override;
|
|
||||||
void finish(bool success) override;
|
void finish(bool success) override;
|
||||||
|
|
||||||
void startOneCommand(const Utils::CommandLine &command);
|
void startOneCommand(const Utils::CommandLine &command);
|
||||||
|
Reference in New Issue
Block a user