diff options
author | dolphin <dolphin@lindenlab.com> | 2013-09-03 10:14:24 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-09-03 10:14:24 -0700 |
commit | df437553ede576df4e6a1c5e4a2e177f7d8275c2 (patch) | |
tree | acb159c9f0859a2f1d895ab38a02f85c6ac13ecc /indra/newview/llfloaterexperienceprofile.h | |
parent | d29268f331380eb89224c5b0168bf89bd0116422 (diff) |
Updated experience profile floater to have permission buttons
Diffstat (limited to 'indra/newview/llfloaterexperienceprofile.h')
-rw-r--r-- | indra/newview/llfloaterexperienceprofile.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloaterexperienceprofile.h b/indra/newview/llfloaterexperienceprofile.h index e19a63aca7..c486ca5f30 100644 --- a/indra/newview/llfloaterexperienceprofile.h +++ b/indra/newview/llfloaterexperienceprofile.h @@ -44,9 +44,12 @@ public: virtual ~LLFloaterExperienceProfile(); void setExperienceId( const LLUUID& experience_id ); + void setPreferences( const LLSD& content ); protected: - void onClickEdit(); + void onClickEdit(); + void onClickPermission(const char* permission); + void onClickForget(); static void experienceCallback(LLHandle<LLFloaterExperienceProfile> handle, const LLSD& experience); |