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

Method start

plugins/subversion/svncommitjob.cpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void SvnCommitJob::start()
117{
118 if( m_job->urls().isEmpty() ) {
119 failToStart(i18n("Not enough information to execute commit"));
120 } else {
121 startInternalJob(i18n("Committing..."));
122 }
123}
124
125void SvnCommitJob::setCommitMessage( const QString& msg )
126{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
urlsMethod · 0.45

Tested by

no test coverage detected