diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-12-11 18:23:23 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-12-11 18:23:23 -0500 |
commit | 9f88029ca63335f4ab9f920412aa42f90dda204d (patch) | |
tree | 37e1bebdf0eb754c75f6bf8a05658b6a8d901e0a /indra/newview/llinventorybridge.h | |
parent | 4422fd381230056cf990129087a131d4c6139120 (diff) |
STORM-2092 Add "Copy outfit list to clipboard" for COF folder
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index df25e01688..b7d8c9d034 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -344,6 +344,7 @@ protected: BOOL checkFolderForContentsOfType(LLInventoryModel* model, LLInventoryCollectFunctor& typeToCheck); void modifyOutfit(BOOL append); + void copyOutfitToClipboard(); void determineFolderType(); void dropToFavorites(LLInventoryItem* inv_item); |