///////////////////////////////////////////////////////
| 139 | |
| 140 | //////////////////////////////////////////////////////////// |
| 141 | void View::rotate(Angle angle) |
| 142 | { |
| 143 | setRotation(m_rotation + angle); |
| 144 | } |
| 145 | |
| 146 | |
| 147 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected