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

Method DockWidgetViewInterface

src/core/views/DockWidgetViewInterface.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace KDDockWidgets::Core {
18
19DockWidgetViewInterface::DockWidgetViewInterface(DockWidget *controller)
20 : m_dockWidget(controller)
21{
22}
23
24Group *DockWidgetViewInterface::group() const
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected