forked from qt-creator/qt-creator
		
	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:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user