MCPcopy Create free account
hub / github.com/KDE/kdevelop / viewForWidget

Method viewForWidget

kdevplatform/sublime/container.cpp:649–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649View *Container::viewForWidget(QWidget *w) const
650{
651 Q_D(const Container);
652
653 return d->viewForWidget.value(w);
654}
655
656void Container::setTabBarHidden(bool hide)
657{

Callers 1

aboutToRemoveViewMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected