libdeng2: Extracted path functionality from Uri, moved to de::Path
Generic path functionality is needed in many places, thus deserving its own class. Improved the existing implementation by relying on implicit sharing of the path strings and QStringRef to mark the segments.
libdeng2: Extracted path functionality from Uri, moved to de::Path
Generic path functionality is needed in many places, thus deserving its
own class. Improved the existing implementation by relying on
implicit sharing of the path strings and QStringRef to mark the
segments.