forked from qt-creator/qt-creator
ProjectExplorer: Proliferate FilePath a bit
Change-Id: Ia671a1de17b9e58764375c5f64cc47b053b0725a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -92,7 +92,9 @@ public:
|
||||
|
||||
QStringList getFilteredFlags()
|
||||
{
|
||||
filteredFlags(fileName, workingDir, flags, headerPaths, macros, fileKind, sysRoot);
|
||||
filteredFlags(FilePath::fromString(fileName),
|
||||
FilePath::fromString(workingDir),
|
||||
flags, headerPaths, macros, fileKind, sysRoot);
|
||||
return flags;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user