ui: Fixes in project setup
* fixed include paths fetched from CDB not canonical * fixed content names
This commit is contained in:
@@ -13,7 +13,7 @@ std::vector<FilePath> utility::getTopLevelPaths(const std::vector<FilePath>& pat
|
||||
addPath = false;
|
||||
break;
|
||||
}
|
||||
else if(path.contains(topLevelPaths[i]))
|
||||
else if (path.contains(topLevelPaths[i]))
|
||||
{
|
||||
topLevelPaths.erase(topLevelPaths.begin() + i);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user