forked from qt-creator/qt-creator
CppEditor: More migration to FilePath
Change-Id: I261b713671e00bb567f61b4ee5ecf6fa83473bff Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -1372,7 +1372,7 @@ public:
|
||||
|
||||
QList<Document::Ptr> documentsToCheck;
|
||||
for (const QString &file : commonSourceFiles) {
|
||||
if (Document::Ptr document = snapshot.document(file))
|
||||
if (Document::Ptr document = snapshot.document(FilePath::fromString(file)))
|
||||
documentsToCheck << document;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user