Core: filepathify LocatorFilterEntry

Change-Id: I279af30f6b57e8d1279d96e5cbae4025cf4ef473
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2021-05-27 10:54:10 +02:00
parent 9a8a7a88a6
commit 6008c5f673
8 changed files with 18 additions and 18 deletions

View File

@@ -48,6 +48,6 @@ Core::LocatorFilterEntry CppClassesFilter::filterEntryFromIndexItem(IndexItem::P
filterEntry.extraInfo = info->symbolScope().isEmpty()
? info->shortNativeFilePath()
: info->symbolScope();
filterEntry.fileName = info->fileName();
filterEntry.filePath = Utils::FilePath::fromString(info->fileName());
return filterEntry;
}