diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-21 00:13:41 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-21 00:25:47 +0200 |
commit | 6786e43fcb315eb10b5ab4a205163fb424c18bc6 (patch) | |
tree | d2c638909d67f2c654e74874bca5b5140f63d894 /indra/newview/llfloatersimplesnapshot.h | |
parent | 6a260bb3f0bc5bf726ad1c3f98e39d3fb9679484 (diff) |
SL-19108 Managing inventory thumbnail
Diffstat (limited to 'indra/newview/llfloatersimplesnapshot.h')
-rw-r--r-- | indra/newview/llfloatersimplesnapshot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatersimplesnapshot.h b/indra/newview/llfloatersimplesnapshot.h index f9a1d9b9bf..55253b38e8 100644 --- a/indra/newview/llfloatersimplesnapshot.h +++ b/indra/newview/llfloatersimplesnapshot.h @@ -61,8 +61,11 @@ public: void setOutfitID(LLUUID id) { mOutfitID = id; } LLUUID getOutfitID() { return mOutfitID; } void setGallery(LLOutfitGallery* gallery) { mOutfitGallery = gallery; } + void setInventoryId(const LLUUID &inventory_id) {} + void setTaskId(const LLUUID &task_id) {} void postSave(); + static void uploadThumbnail(const std::string &file_path, const LLUUID &inventory_id, const LLUUID &task_id); class Impl; friend class Impl; |