| 643 | } |
| 644 | |
| 645 | std::vector<std::string> WorkspaceObject_Impl::popExtensibleGroup() { |
| 646 | StringVector result = popExtensibleGroup(true); |
| 647 | if (!result.empty()) { |
| 648 | this->emitChangeSignals(); |
| 649 | } |
| 650 | return result; |
| 651 | } |
| 652 | |
| 653 | std::vector<std::string> WorkspaceObject_Impl::popExtensibleGroup(bool checkValidity) { |
| 654 | StringVector result; |
nothing calls this directly
no test coverage detected