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

Method setCloseButtonsOnTabs

kdevplatform/sublime/container.cpp:688–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688void Container::setCloseButtonsOnTabs(bool show)
689{
690 Q_D(Container);
691
692 d->tabBar->setTabsClosable(show);
693}
694
695void Container::resetTabColors(const QColor& color)
696{

Callers 1

loadUiPreferencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected