diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-22 01:20:22 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-22 01:22:45 +0200 |
commit | d6a11416ec524420b6a6ac298b7b093cb24e9ec9 (patch) | |
tree | 019584dcbe14a39ab3022b3bdf4be4e6137f6dc1 /indra/newview/llinventorygallery.h | |
parent | 24f8f47d46b9f04d2c14571fd83e1f683296ff2f (diff) |
SL-19379 WIP handle updated thumbnails in Gallery mode
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r-- | indra/newview/llinventorygallery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index ab9d27e260..35186c53fb 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -74,6 +74,7 @@ public: void updateAddedItem(LLUUID item_id); void updateRemovedItem(LLUUID item_id); void updateChangedItemName(LLUUID item_id, std::string name); + void updateItemThumbnail(LLUUID item_id); void updateMessageVisibility(); |