ui: Fixes in project setup

* fixed include paths fetched from CDB not canonical
* fixed content names
This commit is contained in:
Eberhard Graether
2017-10-25 00:57:28 +02:00
parent c4de8f1af8
commit c73e58893e
4 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -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;