diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-04 01:50:50 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-04 01:50:50 +0300 |
commit | 1c170381aea21cfd75d7b8789374f04f3a46d408 (patch) | |
tree | b1ec4c0b9749400157fcca0be1fc4a619bf22bd0 /indra/newview/llfloaterinventorysettings.h | |
parent | db3e5afbfbbce73e8f8339e8b4f938f11023ca64 (diff) |
viewer#1300 Update Inventory Settings
Diffstat (limited to 'indra/newview/llfloaterinventorysettings.h')
-rw-r--r-- | indra/newview/llfloaterinventorysettings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterinventorysettings.h b/indra/newview/llfloaterinventorysettings.h index 50304276c7..87c61046e2 100644 --- a/indra/newview/llfloaterinventorysettings.h +++ b/indra/newview/llfloaterinventorysettings.h @@ -40,6 +40,11 @@ public: private: LLFloaterInventorySettings(const LLSD& key); ~LLFloaterInventorySettings(); + + void updateColorSwatch(); + + void applyUIColor(LLUICtrl* ctrl, const LLSD& param); + void getUIColor(LLUICtrl* ctrl, const LLSD& param); }; #endif |