| 752 | } |
| 753 | |
| 754 | void ToolUser::NetItem::updateItemDescriptor() { |
| 755 | if (m_item) |
| 756 | m_itemDescriptor.set(m_item->descriptor()); |
| 757 | else |
| 758 | m_itemDescriptor.set(ItemDescriptor()); |
| 759 | } |
| 760 | |
| 761 | void ToolUser::initPrimaryHandItem() { |
| 762 | if (m_user && m_primaryHandItem.get()) { |
no test coverage detected