From c24f638088f3d67ceebe82520787a4d344ebd72f Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 23 Aug 2018 15:38:04 +0300 Subject: MAINT-8997 Add "Sort by recent arrival" to viewer People / Nearby map and list --- indra/newview/llpanelpeople.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llpanelpeople.h') diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index eb7e76a772..c72c4fc08a 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -62,6 +62,8 @@ public: // internals class Updater; + bool updateNearbyArrivalTime(); + private: typedef enum e_sort_oder { @@ -70,6 +72,7 @@ private: E_SORT_BY_MOST_RECENT = 2, E_SORT_BY_DISTANCE = 3, E_SORT_BY_RECENT_SPEAKERS = 4, + E_SORT_BY_RECENT_ARRIVAL = 5 } ESortOrder; void removePicker(); -- cgit v1.2.3