forked from qt-creator/qt-creator
Utils: Remove no longer used QtcProcess::start(QString, ...) overload
Change-Id: If74b1247c6c6afccfc04cff8915a9b759c8bfcaa Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -532,12 +532,6 @@ void QtcProcess::setUseCtrlCStub(bool enabled)
|
||||
#endif
|
||||
}
|
||||
|
||||
void QtcProcess::start(const QString &cmd, const QStringList &args)
|
||||
{
|
||||
setCommand({FilePath::fromString(cmd), args});
|
||||
start();
|
||||
}
|
||||
|
||||
void QtcProcess::start()
|
||||
{
|
||||
d->clearForRun();
|
||||
|
||||
Reference in New Issue
Block a user