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

Method tabMoved

kdevplatform/sublime/container.cpp:728–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728void Container::tabMoved(int from, int to)
729{
730 Q_D(Container);
731
732 QWidget *w = d->stack->widget(from);
733 d->stack->removeWidget(w);
734 d->stack->insertWidget(to, w);
735 viewForWidget(w)->notifyPositionChanged(to);
736}
737
738void Container::contextMenu( const QPoint& pos )
739{

Callers

nothing calls this directly

Calls 3

removeWidgetMethod · 0.80
notifyPositionChangedMethod · 0.80
widgetMethod · 0.45

Tested by

no test coverage detected