forked from qt-creator/qt-creator
ProjectExplorer: Remove various RunControl::report* functions
The interface has now moved to the RunWorkers. Change-Id: I1ebf74c081697b8e44926ab00053417f9f60647d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1150,16 +1150,6 @@ void RunControl::bringApplicationToForeground()
|
||||
#endif
|
||||
}
|
||||
|
||||
void RunControl::reportApplicationStart()
|
||||
{
|
||||
QTC_CHECK(false);// FIXME: Legacy
|
||||
}
|
||||
|
||||
void RunControl::reportApplicationStop()
|
||||
{
|
||||
QTC_CHECK(false);// FIXME: Legacy
|
||||
}
|
||||
|
||||
void RunControl::bringApplicationToForegroundInternal()
|
||||
{
|
||||
#ifdef Q_OS_OSX
|
||||
@@ -1315,12 +1305,6 @@ void SimpleTargetRunner::onProcessError(QProcess::ProcessError)
|
||||
reportStopped();
|
||||
}
|
||||
|
||||
void RunControl::reportFailure(const QString &msg)
|
||||
{
|
||||
d->showError(msg);
|
||||
d->setState(RunControlState::Stopped);
|
||||
}
|
||||
|
||||
// RunWorkerPrivate
|
||||
|
||||
RunWorkerPrivate::RunWorkerPrivate(RunWorker *runWorker, RunControl *runControl)
|
||||
|
||||
Reference in New Issue
Block a user