Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
void SelectFontWeightCombo::setWeight(QFont::Weight weight)
119
{
120
mWeight = weight;
121
updateWeight();
122
}
123
124
// cppcheck-suppress unusedFunction
125
const QFont::Weight& SelectFontWeightCombo::getWeight() const
Callers
1
updateControls
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected