Make trash hungry
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
67d473aab7
commit
0c6362f28d
7 changed files with 11 additions and 15 deletions
|
@ -92,7 +92,7 @@ class Resource : public QObject {
|
|||
}
|
||||
|
||||
// Delete all files of this resource.
|
||||
bool destroy();
|
||||
bool destroy(bool attemptTrash = true);
|
||||
|
||||
[[nodiscard]] auto isSymLink() const -> bool { return m_file_info.isSymLink(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue