| 723 | } |
| 724 | |
| 725 | SelectedActionBarLocation PlayerInventory::selectedActionBarLocation() const { |
| 726 | return m_selectedActionBar; |
| 727 | } |
| 728 | |
| 729 | void PlayerInventory::selectActionBarLocation(SelectedActionBarLocation location) { |
| 730 | m_selectedActionBar = location; |
no outgoing calls
no test coverage detected