| 717 | } |
| 718 | |
| 719 | QString FileAccess::absoluteFilePath() const |
| 720 | { |
| 721 | if(!isLocal()) |
| 722 | return m_url.url(); // return complete url |
| 723 | |
| 724 | return m_fileInfo.absoluteFilePath(); |
| 725 | } // Full abs path |
| 726 | |
| 727 | // Just the name-part of the path, without parent directories |
| 728 | const QString& FileAccess::fileName(bool needTmp) const |
no outgoing calls
no test coverage detected