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

Method hideViewBar

kdevplatform/sublime/viewbarcontainer.cpp:117–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void ViewBarContainer::hideViewBar(QWidget* viewBar)
118{
119 Q_D(ViewBarContainer);
120
121 Q_ASSERT(viewBar);
122 d->layout->setCurrentWidget(viewBar);
123 viewBar->hide();
124
125 hide();
126}
127
128}
129

Callers

nothing calls this directly

Calls 1

setCurrentWidgetMethod · 0.45

Tested by

no test coverage detected