| 1470 | } |
| 1471 | |
| 1472 | UBItem* UBGraphicsScene::deepCopy() const |
| 1473 | { |
| 1474 | qWarning() << "UBGraphicsScene::deepCopy must not be called"; |
| 1475 | return nullptr; |
| 1476 | } |
| 1477 | |
| 1478 | void UBGraphicsScene::clearContent(clearCase pCase) |
| 1479 | { |
no outgoing calls
no test coverage detected