forked from qt-creator/qt-creator
Utils: More forward declarations / drop unused headers [S]
Round 1 - focus on headers. For classes with initial in range [S]. Try to keep the same separators between different kind of headers. SmallString[xxx] classes skipped for now. Change-Id: Ie5c8edcb028e33eb8f9619e646afc462b91dca73 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -203,7 +203,7 @@ void ShellCommand::execute()
|
||||
if (d->m_jobs.empty())
|
||||
return;
|
||||
|
||||
QFuture<void> task = Utils::runAsync(&ShellCommand::run, this);
|
||||
QFuture<void> task = runAsync(&ShellCommand::run, this);
|
||||
d->m_watcher.setFuture(task);
|
||||
if (!(d->m_flags & SuppressCommandLogging))
|
||||
addTask(task);
|
||||
|
||||
Reference in New Issue
Block a user