Is there QPath::Combine in QT4?

Viewed 16827

I need a similar to .NET method for safely combining path parts without worrying for platform specifics of the path separator.

Is there such class and method in QT4?

Something like:

QPath::Combine
3 Answers
Related