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

Method summary

plugins/git/simplecommitform.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 m_messageEdit->setText(txt);
150}
151QString SimpleCommitForm::summary() const
152{
153 return m_summaryEdit->text();
154}
155void SimpleCommitForm::setSummary(const QString& txt)
156{
157 m_summaryEdit->setText(txt);

Callers 1

commitActiveProjectMethod · 0.80

Calls 1

textMethod · 0.45

Tested by

no test coverage detected