diff options
author | Richard Linden <none@none> | 2011-02-23 16:43:36 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-23 16:43:36 -0800 |
commit | 66de8ba97f058a4017f56d100a40a1d3b4e843c0 (patch) | |
tree | 0aeef92a1d1a70324206a6c118e7d21cc4a999d7 /indra/newview/llavataractions.h | |
parent | cc337162e3dec52e57e8dee6b564b7d186b9de4b (diff) |
SOCIAL-551 WIP Add buttons to open people and profile windows
added LLAvatarActions::profileVisible and hideProfile
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 2db2918eed..956fed7461 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -93,6 +93,8 @@ public: * Show avatar profile. */ static void showProfile(const LLUUID& id); + static void hideProfile(const LLUUID& id); + static bool profileVisible(const LLUUID& id); /** * Show avatar on world map. |