Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setButton
Function
setButton
kdevplatform/sublime/idealbuttonbarwidget.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
return m_button;
70
}
71
void setButton(IdealToolButton* button) {
72
Q_ASSERT(button);
73
m_button = button;
74
updateButtonForWidget();
75
}
76
77
[[nodiscard]] QString id() const
78
{
Callers
nothing calls this directly
Calls
1
updateButtonForWidget
Function · 0.85
Tested by
no test coverage detected