forked from qt-creator/qt-creator
		
	CplusPlus: Pass FilePath to Preprocessor::run()
... and update caller sides. Change-Id: I6a107e4a7fd9f7123cdc6f141da202845bcbbb66 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
		| @@ -1687,7 +1687,7 @@ void Preprocessor::handleIncludeDirective(PPToken *tk, bool includeNext) | ||||
|  | ||||
|     if (m_client) { | ||||
|         QString inc = QString::fromUtf8(included.constData() + 1, included.size() - 2); | ||||
|         m_client->sourceNeeded(line, inc, mode); | ||||
|         m_client->sourceNeeded(line, FilePath::fromString(inc), mode); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user