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

Method resetTabColors

kdevplatform/sublime/container.cpp:695–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void Container::resetTabColors(const QColor& color)
696{
697 Q_D(Container);
698
699 for (int i = 0; i < count(); i++){
700 d->tabBar->setTabTextColor(i, color);
701 }
702}
703
704void Container::setTabColor(const View* view, const QColor& color)
705{

Callers 1

updateAllTabColorsMethod · 0.80

Calls 1

countFunction · 0.50

Tested by

no test coverage detected