| 718 | } |
| 719 | |
| 720 | void UBGraphicsItemDelegate::gotoContentSource() |
| 721 | { |
| 722 | UBItem* item = dynamic_cast<UBItem*>(mDelegated); |
| 723 | |
| 724 | if(item && !item->sourceUrl().isEmpty()) |
| 725 | { |
| 726 | UBApplication::applicationController->showInternet(); |
| 727 | UBApplication::webController->loadUrl(item->sourceUrl()); |
| 728 | } |
| 729 | } |
| 730 | |
| 731 | void UBGraphicsItemDelegate::startUndoStep() |
| 732 | { |
nothing calls this directly
no test coverage detected