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

Method setSelection

plugins/clazy/config/checksetselectioncombobox.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void CheckSetSelectionComboBox::setSelection(const QString& selection)
47{
48 const int index = findData(selection);
49 setCurrentIndex(index);
50}
51
52void CheckSetSelectionComboBox::onCurrentIndexChanged()
53{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected