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

Method selection

plugins/clazy/config/checksetselectioncombobox.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41QString CheckSetSelectionComboBox::selection() const
42{
43 return currentData().toString();
44}
45
46void CheckSetSelectionComboBox::setSelection(const QString& selection)
47{

Callers 5

defaultsMethod · 0.45
resetMethod · 0.45
onChecksChangedMethod · 0.45
updateForViewMethod · 0.45
compilerEditedMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected