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

Method setRecursive

plugins/subversion/svnaddjob.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void SvnInternalAddJob::setRecursive( bool recursive )
47{
48 QMutexLocker l( &m_mutex );
49 m_recursive = recursive;
50}
51
52void SvnInternalAddJob::setLocations( const QList<QUrl>& urls )
53{

Callers 6

statusMethod · 0.45
addMethod · 0.45
revertMethod · 0.45
updateMethod · 0.45
commitMethod · 0.45
diff2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected