summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitsinventory.h
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-06-15 12:38:30 +0300
committerMike Antipov <mantipov@productengine.com>2010-06-15 12:38:30 +0300
commit300cb342919b2bfa62e9c90af5cdb99afa9c962e (patch)
tree49bda52a8d7272beedbd14ec77f6511b7b258f90 /indra/newview/llpaneloutfitsinventory.h
parentd1cb678bac7805f7ceef1d711c7cb49731d6ccb4 (diff)
EXT-7794 FIXED Implemented a common-used notification about wearing outfit to display loading indicator.
Details: * Added signal "Wearable Loading Started" in AgentWearables (in parallel with "Wearables Loaded") * Now it is raised from the LLAppearanceMgr::wearInventoryCategory. Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/583/ --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpaneloutfitsinventory.h')
-rw-r--r--indra/newview/llpaneloutfitsinventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitsinventory.h b/indra/newview/llpaneloutfitsinventory.h
index d58ae554b0..863dc9dd7c 100644
--- a/indra/newview/llpaneloutfitsinventory.h
+++ b/indra/newview/llpaneloutfitsinventory.h
@@ -127,6 +127,7 @@ protected:
bool hasItemsSelected();
void setWearablesLoading(bool val);
void onWearablesLoaded();
+ void onWearablesLoading();
private:
LLPanel* mListCommands;
LLOutfitListGearMenu* mGearMenu;