diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-07-29 17:42:44 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-07-29 17:42:44 +0300 |
commit | a28386b93472f7881b6d75a06f4ecf5fbd456a17 (patch) | |
tree | e692b6c52dd520535df1ce97b6da7a84bcadb740 /indra/newview/llfloatergesture.h | |
parent | b1b102cf662b9deb00c6231ca335fcf46b86034c (diff) |
SL-9189 Add ability to rename gesture in Gesture list
Diffstat (limited to 'indra/newview/llfloatergesture.h')
-rw-r--r-- | indra/newview/llfloatergesture.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatergesture.h b/indra/newview/llfloatergesture.h index 8efb3e6461..1d702c6704 100644 --- a/indra/newview/llfloatergesture.h +++ b/indra/newview/llfloatergesture.h @@ -95,6 +95,9 @@ private: void onCommitList(); void onCopyPasteAction(const LLSD& command); void onDeleteSelected(); + void onRenameSelected(); + + static void onGestureRename(const LLSD& notification, const LLSD& response); LLUUID mSelectedID; LLUUID mGestureFolderID; |