| 47 | /// Return URL for file name - even if file does not exist. |
| 48 | QUrl getUrl(const QString &name) const override; |
| 49 | bool canMoveToTrash(const QStringList &) const override |
| 50 | { |
| 51 | return isLocal(); |
| 52 | } |
| 53 | |
| 54 | QString mountPoint() const override |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected