| 127 | } |
| 128 | |
| 129 | void GridMapDisplay::updateHistoryLength() |
| 130 | { |
| 131 | visuals_.rset_capacity(historyLengthProperty_->getInt()); |
| 132 | } |
| 133 | |
| 134 | void GridMapDisplay::updateHeightMode() |
| 135 | { |
nothing calls this directly
no outgoing calls
no test coverage detected