Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setColor
Method
setColor
gui/codeeditstylecontrols.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void SelectColorButton::setColor(const QColor& color)
62
{
63
mColor = color;
64
updateColor();
65
}
66
67
// cppcheck-suppress unusedFunction
68
const QColor& SelectColorButton::getColor() const
Callers
1
updateControls
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected