forked from qt-creator/qt-creator
Remove reimplementation of AbstractProcessStep::doRun()
Remove those reimplementations that call parent implementation and don't do anything more. Change-Id: Ib74dd33b45c0027280de57b957c2f8f642f82d23 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -185,11 +185,6 @@ QString NinjaBuildStep::defaultBuildTarget() const
|
||||
return {Constants::Targets::all};
|
||||
}
|
||||
|
||||
void NinjaBuildStep::doRun()
|
||||
{
|
||||
AbstractProcessStep::doRun();
|
||||
}
|
||||
|
||||
void NinjaBuildStep::setupOutputFormatter(Utils::OutputFormatter *formatter)
|
||||
{
|
||||
auto mesonOutputParser = new MesonOutputParser;
|
||||
|
||||
@@ -52,7 +52,6 @@ public:
|
||||
|
||||
private:
|
||||
void update(bool parsingSuccessful);
|
||||
void doRun() override;
|
||||
void setupOutputFormatter(Utils::OutputFormatter *formatter) override;
|
||||
QString defaultBuildTarget() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user