summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-16 01:01:01 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-16 01:01:01 +0300
commitc9b83e8117026aa7fc70da3972049152a669b0fc (patch)
treeced3d08d70d22b03022e884121056faa13b2a524 /indra/newview/llpanelprofile.h
parent3678678506d9d026ebdb88d3775920e6b0b32f8a (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.h5
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();