| 1167 | } |
| 1168 | |
| 1169 | void UBFeaturesController::refreshModels() |
| 1170 | { |
| 1171 | featuresProxyModel->invalidate(); |
| 1172 | featuresSearchModel->invalidate(); |
| 1173 | featuresPathModel->invalidate(); |
| 1174 | } |
| 1175 | |
| 1176 | UBFeature UBFeaturesController::copyItemToFolder( const QUrl &url, const UBFeature &destination ) |
| 1177 | { |
no outgoing calls
no test coverage detected