diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-03-14 11:09:39 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-03-14 11:09:39 -0700 |
commit | aec007f8bd21d2133130fc6157202101c2424a6c (patch) | |
tree | 7f4720ec58f13bb7d9f483fef9c91c37d484b506 /indra/newview/llpanelpeople.h | |
parent | 3a08b4e3889753e74b35a643b4753912cebe3c5a (diff) |
forgot to add new .xml file for the gear menu in the FBC Test panel. Also cleaned up the code I added.
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r-- | indra/newview/llpanelpeople.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index feb32d1f69..39cdbc9bd7 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -30,6 +30,7 @@ #include <llpanel.h> #include "llcallingcard.h" // for avatar tracker +#include "llfloaterwebcontent.h" #include "llvoiceclient.h" class LLAvatarList; @@ -117,6 +118,7 @@ private: void onLoginFbcButtonClicked(); void onFacebookAppRequestClicked(); void onFacebookAppSendClicked(); + void openFacebookWeb(LLFloaterWebContent::Params& p); //returns false only if group is "none" bool isRealGroup(); |