diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-05-25 20:37:52 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-05-25 20:37:52 +0300 |
commit | 7d54c62016c1362fc0f5fd69acda58c61aed5b76 (patch) | |
tree | 863cb1f875141f66dfa11fcfb81ee8e497ab0681 /indra/llui/llfolderviewmodel.h | |
parent | 757414afb892122a4aca6dd1d694b4fd6083a698 (diff) |
MAINT-6397 cut items should not go to trash
Diffstat (limited to 'indra/llui/llfolderviewmodel.h')
-rw-r--r-- | indra/llui/llfolderviewmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewmodel.h b/indra/llui/llfolderviewmodel.h index a395af537a..641241a88c 100644 --- a/indra/llui/llfolderviewmodel.h +++ b/indra/llui/llfolderviewmodel.h @@ -173,6 +173,7 @@ public: virtual BOOL isItemCopyable() const = 0; virtual BOOL copyToClipboard() const = 0; virtual BOOL cutToClipboard() = 0; + virtual bool isCutToClipboard() { return false; }; virtual BOOL isClipboardPasteable() const = 0; virtual void pasteFromClipboard() = 0; |