| 88 | } |
| 89 | |
| 90 | void PointerContextManager::setPointer(std::string_view _name) |
| 91 | { |
| 92 | if (mCurrentPointer != _name) |
| 93 | { |
| 94 | mCurrentPointer = _name; |
| 95 | updateCursor(); |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | void PointerContextManager::updateCursor() |
| 100 | { |
no outgoing calls
no test coverage detected