diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-29 18:02:04 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-29 18:02:04 +0300 |
commit | c10eed08189161bab67cfc296b1891a989d5748d (patch) | |
tree | 845828bf1731241681349380af59a8ebe558d876 /indra/newview/llpanelmaininventory.h | |
parent | e5b8b799cc75f3b9cd259403c323cd47b59453d8 (diff) |
SL-19379 WIP allow change search type for Gallery
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index ac97cc4052..974b4ebd26 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -154,6 +154,7 @@ protected: void onFocusReceived(); void onSelectSearchType(); void updateSearchTypeCombo(); + void setSearchType(LLInventoryFilter::ESearchType type); LLSidepanelInventory* getParentSidepanelInventory(); |