| 766 | } |
| 767 | |
| 768 | FileAccess* FileAccess::parent() const |
| 769 | { |
| 770 | assert(m_pParent != this); |
| 771 | return m_pParent; |
| 772 | } |
| 773 | |
| 774 | //Workaround for QUrl::toDisplayString/QUrl::toString behavior that does not fit KDiff3's expectations |
| 775 | QString FileAccess::prettyAbsPath() const |
no outgoing calls
no test coverage detected