MCPcopy 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
176void SimpleCommitForm::disable()
177{
178 m_commitBtn->setDisabled(true);
179 m_summaryEdit->setDisabled(true);
180 m_messageEdit->setDisabled(true);
181}
182
183void SimpleCommitForm::enable()
184{

Callers 1

commitActiveProjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected