Update qbs submodule.

To HEAD of master branch.
Also do the necessary adaptations.

Change-Id: I51830dee41341c9be294caf69fdb0459ed8c8bfe
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2014-11-07 13:40:49 +01:00
parent 4a0df73b53
commit 5d8c0f9c88
8 changed files with 27 additions and 26 deletions

View File

@@ -182,7 +182,7 @@ void QbsCleanStep::cleaningDone(bool success)
// Report errors:
foreach (const qbs::ErrorItem &item, m_job->error().items()) {
createTaskAndOutput(ProjectExplorer::Task::Error, item.description(),
item.codeLocation().fileName(), item.codeLocation().line());
item.codeLocation().filePath(), item.codeLocation().line());
}
QTC_ASSERT(m_fi, return);