MCPcopy Create free account
hub / github.com/KDAB/KDDockWidgets / StackViewInterface

Method StackViewInterface

src/core/views/StackViewInterface.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace KDDockWidgets::Core {
17
18StackViewInterface::StackViewInterface(Stack *controller)
19 : m_stack(controller)
20{
21}
22
23StackViewInterface::~StackViewInterface() = default;
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected