MCPcopy Create free account
hub / github.com/KDE/krusader / canMoveToTrash

Method canMoveToTrash

app/FileSystem/defaultfilesystem.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected