Refactor|PathTree: PathTree API now uses de::String
Internally however, paths are still translated from Unicode to Utf8 for hashing as there are other components/modules dependent on this behavior (e.g., PathMap).
Todo: Reassess the need for PathMap given that paths now use String. PathMapFragment could thinly wrap Qt's StringRef.
Refactor|PathTree: PathTree API now uses de::String
Internally however, paths are still translated from Unicode to Utf8
for hashing as there are other components/modules dependent on this
behavior (e.g., PathMap).
Todo: Reassess the need for PathMap given that paths now use String.
PathMapFragment could thinly wrap Qt's StringRef.