Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
void SimpleCommitForm::clear()
194
{
195
m_summaryEdit->clear();
196
m_messageEdit->clear();
197
clearError();
198
}
199
200
201
void SimpleCommitForm::setBranchName(const QString& branchName)
Callers
3
~DiffViewsCtrl
Method · 0.45
parseGitLogOutput
Method · 0.45
commitActiveProject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected