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

Method setLocations

plugins/subversion/svnaddjob.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void SvnInternalAddJob::setLocations( const QList<QUrl>& urls )
53{
54 QMutexLocker l( &m_mutex );
55 m_locations = urls;
56}
57
58QList<QUrl> SvnInternalAddJob::locations() const
59{

Callers 5

statusMethod · 0.45
addMethod · 0.45
removeMethod · 0.45
revertMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected