| 16 | namespace KDDockWidgets::Core { |
| 17 | |
| 18 | StackViewInterface::StackViewInterface(Stack *controller) |
| 19 | : m_stack(controller) |
| 20 | { |
| 21 | } |
| 22 | |
| 23 | StackViewInterface::~StackViewInterface() = default; |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected