summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterinventorysettings.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-04 01:50:50 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-04 01:50:50 +0300
commit1c170381aea21cfd75d7b8789374f04f3a46d408 (patch)
treeb1ec4c0b9749400157fcca0be1fc4a619bf22bd0 /indra/newview/llfloaterinventorysettings.h
parentdb3e5afbfbbce73e8f8339e8b4f938f11023ca64 (diff)
viewer#1300 Update Inventory Settings
Diffstat (limited to 'indra/newview/llfloaterinventorysettings.h')
-rw-r--r--indra/newview/llfloaterinventorysettings.h5
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