Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FilePath: Fix pathView() and use at more places
pathView was constructing a QStringView on a temporary, which silently does weird stuff. After the change to a single-string representation, the QString construction for path() is expansive for the comparison operators. Change-Id: I543c7115d3ad52f971d1692230b6eab82645b810 Reviewed-by: hjk <[email protected]>
- Loading branch information