Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ disable
Method
disable
plugins/git/simplecommitform.cpp:176–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void SimpleCommitForm::disable()
177
{
178
m_commitBtn->setDisabled(true);
179
m_summaryEdit->setDisabled(true);
180
m_messageEdit->setDisabled(true);
181
}
182
183
void SimpleCommitForm::enable()
184
{
Callers
1
commitActiveProject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected