| 124 | } |
| 125 | |
| 126 | void PartStack::MyStackPresentationSite::Close(IPresentablePart::Pointer part) |
| 127 | { |
| 128 | partStack->Close(part); |
| 129 | } |
| 130 | |
| 131 | void PartStack::MyStackPresentationSite::Close(const QList< |
| 132 | IPresentablePart::Pointer>& parts) |
nothing calls this directly
no test coverage detected