| 3946 | } |
| 3947 | |
| 3948 | QModelIndex UBDocumentController::firstSelectedTreeIndex() |
| 3949 | { |
| 3950 | return selectedTreeIndexes().count() ? selectedTreeIndexes().first() : QModelIndex(); |
| 3951 | } |
| 3952 | |
| 3953 | UBDocumentController::DeletionType |
| 3954 | UBDocumentController::deletionTypeForSelection(LastSelectedElementType pTypeSelection |
no outgoing calls
no test coverage detected