Workaround for QUrl::toDisplayString/QUrl::toString behavior that does not fit KDiff3's expectations
| 773 | |
| 774 | //Workaround for QUrl::toDisplayString/QUrl::toString behavior that does not fit KDiff3's expectations |
| 775 | QString FileAccess::prettyAbsPath() const |
| 776 | { |
| 777 | return isLocal() ? absoluteFilePath() : m_url.toDisplayString(); |
| 778 | } |
| 779 | |
| 780 | const QDateTime& FileAccess::lastModified() const |
| 781 | { |
no outgoing calls