diff options
author | dolphin <dolphin@lindenlab.com> | 2014-03-21 16:58:43 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-03-21 16:58:43 -0700 |
commit | 37411bc7ebc5a34e8c9a5c43471291224a3cd35a (patch) | |
tree | 007302fd1b51b35bc857ca10ec1d36accaf7cc35 /indra/newview/llpanelexperiencelog.h | |
parent | d15a709cd730616e415eb65f3598274886f25ed6 (diff) |
Experience log panel is live and updates as new events come in.
Multiple identical events get collapsed int a single entry.
Diffstat (limited to 'indra/newview/llpanelexperiencelog.h')
-rw-r--r-- | indra/newview/llpanelexperiencelog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelexperiencelog.h b/indra/newview/llpanelexperiencelog.h index e4edd216d5..4135d9cac9 100644 --- a/indra/newview/llpanelexperiencelog.h +++ b/indra/newview/llpanelexperiencelog.h @@ -35,6 +35,7 @@ class LLPanelExperienceLog : public LLPanel { public: + LLPanelExperienceLog(); static LLPanelExperienceLog* create(); @@ -57,6 +58,7 @@ private: LLScrollListCtrl* mEventList; U32 mPageSize; U32 mCurrentPage; + boost::signals2::scoped_connection mNewEvent; }; #endif // LL_LLPANELEXPERIENCELOG_H |