forked from qt-creator/qt-creator
ProjectExplorer: Fix warning
Change-Id: I091746e494ef2cb92f395a09111c055226827804 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -595,7 +595,7 @@ Utils::FilePathList Project::files(const Project::NodeMatcher &filter) const
|
|||||||
lastAdded = path;
|
lastAdded = path;
|
||||||
|
|
||||||
result.append(path);
|
result.append(path);
|
||||||
};
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user