MCPcopy Create free account
hub / github.com/KDE/kdevelop / clear

Method clear

plugins/git/simplecommitform.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193void SimpleCommitForm::clear()
194{
195 m_summaryEdit->clear();
196 m_messageEdit->clear();
197 clearError();
198}
199
200
201void SimpleCommitForm::setBranchName(const QString& branchName)

Callers 3

~DiffViewsCtrlMethod · 0.45
parseGitLogOutputMethod · 0.45
commitActiveProjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected