MCPcopy Create free account
hub / github.com/KDE/labplot / flagAsUnassigned

Method flagAsUnassigned

src/3rdparty/Qt-Advanced-Docking-System/src/DockWidget.cpp:841–848  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

839
840//============================================================================
841void CDockWidget::flagAsUnassigned()
842{
843 d->Closed = true;
844 setParent(d->DockManager);
845 setVisible(false);
846 setDockArea(nullptr);
847 tabWidget()->setParent(this);
848}
849
850
851//============================================================================

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected