summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-11-02 19:35:31 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-11-02 19:35:31 +0200
commit73303d918465090b8e2a39514f4d9db49d0ff109 (patch)
tree3b45e4170d3b3c8180c01a2bd76bcb6739485d3c /indra/newview/llinventoryfunctions.h
parentd83f2e56dab87e2448399a02a97fb07e243ea5e6 (diff)
SL-14075 Allow bulk download of textures/pictures
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r--indra/newview/llinventoryfunctions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h
index fd106bc2d8..75db1efba8 100644
--- a/indra/newview/llinventoryfunctions.h
+++ b/indra/newview/llinventoryfunctions.h
@@ -462,6 +462,8 @@ struct LLInventoryAction
static void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response, LLHandle<LLFolderView> root);
static void removeItemFromDND(LLFolderView* root);
+ static void saveMultipleTextures(const std::vector<std::string>& filenames, std::set<LLFolderViewItem*> selected_items, LLInventoryModel* model);
+
static const int sConfirmOnDeleteItemsNumber;
private: