diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-02-23 18:41:15 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-02-23 18:41:15 +0200 |
commit | 5bdc96784c696f7a36aab1e18e70dafbe4a27d73 (patch) | |
tree | 8f36a0afc96c4c32a6720c57ee885d0d332c7b35 /indra/newview/llinventorypanel.h | |
parent | 18717562eef9a333ad6d3598180823bd9821d06f (diff) |
SL-12475 Add the way to reset current Favorites folders
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 9d6d56dd69..e6d23eb649 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -221,6 +221,7 @@ public: bool beginIMSession(); void fileUploadLocation(const LLSD& userdata); void setFavoritesFolder(const LLSD& userdata); + void resetFavoritesFolder(const LLSD& userdata); void purgeSelectedItems(); bool attachObject(const LLSD& userdata); static void idle(void* user_data); |