| 967 | } |
| 968 | |
| 969 | void UBBoardView::setMultiselection(bool enable) |
| 970 | { |
| 971 | mMultipleSelectionIsEnabled = enable; |
| 972 | } |
| 973 | |
| 974 | void UBBoardView::updateSnapIndicator(Qt::Corner corner, QPointF snapPoint, double angle) |
| 975 | { |
no outgoing calls
no test coverage detected