-
- Downloads
CHOP-854: move change_(item|category)_parent() into LLInventoryModel.
It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review.
Showing
- indra/newview/llinventorybridge.cpp 2 additions, 2 deletionsindra/newview/llinventorybridge.cpp
- indra/newview/llinventoryfunctions.cpp 3 additions, 56 deletionsindra/newview/llinventoryfunctions.cpp
- indra/newview/llinventoryfunctions.h 0 additions, 10 deletionsindra/newview/llinventoryfunctions.h
- indra/newview/llinventorymodel.cpp 52 additions, 0 deletionsindra/newview/llinventorymodel.cpp
- indra/newview/llinventorymodel.h 10 additions, 0 deletionsindra/newview/llinventorymodel.h
- indra/newview/llpreviewnotecard.cpp 1 addition, 2 deletionsindra/newview/llpreviewnotecard.cpp
Loading
Please register or sign in to comment