summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterexperiences.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2013-10-03 12:59:44 -0700
committerdolphin <dolphin@lindenlab.com>2013-10-03 12:59:44 -0700
commite510fa3ee064ce03a48852fdea26be781e8fa8b6 (patch)
tree82b418df40a937cc8668380d2c80edf4501009f2 /indra/newview/llfloaterexperiences.h
parentaed3cbce26a9e1e7ec70a43146fd405f3162f9d7 (diff)
First pass at functional experience list floater
Diffstat (limited to 'indra/newview/llfloaterexperiences.h')
-rw-r--r--indra/newview/llfloaterexperiences.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterexperiences.h b/indra/newview/llfloaterexperiences.h
index 1e5f216f8d..7d8c4a4be7 100644
--- a/indra/newview/llfloaterexperiences.h
+++ b/indra/newview/llfloaterexperiences.h
@@ -35,9 +35,14 @@ class LLFloaterExperiences :
public:
LLFloaterExperiences(const LLSD& data);
+ void clearFromRecent(const LLSD& ids);
protected:
/*virtual*/ BOOL postBuild();
+ void setupRecentTabs();
+ void addTab(const std::string& name, bool select);
+
+
private:
};