| 61 | } |
| 62 | |
| 63 | void ViewProviderPathCompound::dragObject(App::DocumentObject* obj) |
| 64 | { |
| 65 | getObject<Path::FeatureCompound>()->removeObject(obj); |
| 66 | } |
| 67 | |
| 68 | bool ViewProviderPathCompound::canDropObjects() const |
| 69 | { |
nothing calls this directly
no test coverage detected