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

Method setUrls

plugins/subversion/svncommitjob.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void SvnInternalCommitJob::setUrls( const QList<QUrl>& urls )
46{
47 QMutexLocker l( &m_mutex );
48 m_urls = urls;
49}
50
51void SvnInternalCommitJob::setKeepLock( bool lock )
52{

Callers 2

commitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected