| 3375 | } |
| 3376 | |
| 3377 | void MapEditorController::booleanUnionClicked() |
| 3378 | { |
| 3379 | if (!BooleanTool(BooleanTool::Union, map).executePerSymbol()) |
| 3380 | QMessageBox::warning(window, tr("Error"), tr("Unification failed.")); |
| 3381 | } |
| 3382 | |
| 3383 | void MapEditorController::booleanIntersectionClicked() |
| 3384 | { |
nothing calls this directly
no test coverage detected