diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-16 01:01:01 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-16 01:01:01 +0300 |
commit | c9b83e8117026aa7fc70da3972049152a669b0fc (patch) | |
tree | ced3d08d70d22b03022e884121056faa13b2a524 /indra/newview/llpanelprofile.h | |
parent | 3678678506d9d026ebdb88d3775920e6b0b32f8a (diff) |
SL-15312 Legacy profiles remake #8
Progress indicators, loading states and 'embedded' cleanup
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 1d871415e8..630bfcfdbc 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -160,7 +160,7 @@ protected: void processOnlineStatus(bool online); private: - /*virtual*/ void updateButtons(); + /*virtual*/ void setLoaded(); void onCommitMenu(const LLSD& userdata); bool onEnableMenu(const LLSD& userdata); bool onCheckMenu(const LLSD& userdata); @@ -230,7 +230,6 @@ public: friend void request_avatar_properties_coro(std::string cap_url, LLUUID agent_id); protected: - /*virtual*/ void updateButtons(); void onCommitLoad(LLUICtrl* ctrl); private: @@ -269,7 +268,7 @@ public: friend void request_avatar_properties_coro(std::string cap_url, LLUUID agent_id); protected: - /*virtual*/ void updateButtons(); + /*virtual*/ void setLoaded(); void onChangePhoto(); void onRemovePhoto(); |