diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-25 15:37:18 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-25 15:37:18 -0700 |
commit | bf86a697313869627f8b7025ecd68032f2556f6f (patch) | |
tree | 98f8114863c938e0cd66d3b2676d496d3e6114e0 /indra/newview/llfloaterpathfindingobjects.h | |
parent | 9b46e116a92ee4d005ae3e1d66a4fbaa270770ec (diff) |
PATH-717: Minor UI changes from Leo. Also, adding a notification when attempting to return or delete multiple items.
Diffstat (limited to 'indra/newview/llfloaterpathfindingobjects.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingobjects.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingobjects.h b/indra/newview/llfloaterpathfindingobjects.h index 6d5d6d24b2..84b0f3f3fe 100644 --- a/indra/newview/llfloaterpathfindingobjects.h +++ b/indra/newview/llfloaterpathfindingobjects.h @@ -132,6 +132,9 @@ private: void updateStateOnActionControls(); void selectScrollListItemsInWorld(); + void handleReturnItemsResponse(const LLSD &pNotification, const LLSD &pResponse); + void handleDeleteItemsResponse(const LLSD &pNotification, const LLSD &pResponse); + LLPathfindingObjectPtr findObject(const LLScrollListItem *pListItem) const; LLScrollListCtrl *mObjectsScrollList; |