\returns a QString to display to the user Converts the separators to the native format
| 583 | /// \returns a QString to display to the user |
| 584 | /// Converts the separators to the native format |
| 585 | QString FileName::toUserOutput() const |
| 586 | { |
| 587 | return QDir::toNativeSeparators(toString()); |
| 588 | } |
| 589 | |
| 590 | QString FileName::fileName(int pathComponents) const |
| 591 | { |
no test coverage detected