MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / setWeight

Method setWeight

gui/codeeditstylecontrols.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void SelectFontWeightCombo::setWeight(QFont::Weight weight)
119{
120 mWeight = weight;
121 updateWeight();
122}
123
124// cppcheck-suppress unusedFunction
125const QFont::Weight& SelectFontWeightCombo::getWeight() const

Callers 1

updateControlsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected