diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-09 00:34:03 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-09 00:34:03 +0300 |
commit | a358acf86ddf19aab96ad26a8f4db9cf609bdce7 (patch) | |
tree | 1023b199150ab04101e34063ea3cba2532289462 /indra/newview/llinventorygallery.h | |
parent | f8823a426383949fb1609fa82b5ebb98ef2c295b (diff) |
SL-19845 Show delete confirmation for 'delete' key
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r-- | indra/newview/llinventorygallery.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index ac4811adec..54588a3907 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -149,6 +149,9 @@ public: void paste() override; BOOL canPaste() const override; + static void onDelete(const LLSD& notification, const LLSD& response, const LLUUID& selected_id); + void deleteSelection(); + void claimEditHandler(); static bool isItemCopyable(const LLUUID & item_id); |