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

Method onEnabledChecksChanged

plugins/clazy/config/checksetmanagewidget.cpp:300–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void CheckSetManageWidget::onEnabledChecksChanged(const QString& selection)
301{
302 const int selectedCheckSetSelectionIndex = m_ui.checkSetSelect->currentIndex();
303 m_checkSetSelectionListModel->setSelection(selectedCheckSetSelectionIndex, selection);
304}
305
306}
307

Callers

nothing calls this directly

Calls 2

currentIndexMethod · 0.45
setSelectionMethod · 0.45

Tested by

no test coverage detected