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

Method setMapping

plugins/subversion/svnimportjob.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void SvnImportInternalJob::setMapping( const QUrl &sourceDirectory, const KDevelop::VcsLocation & destinationRepository)
70{
71 QMutexLocker l( &m_mutex );
72 m_sourceDirectory = sourceDirectory;
73 m_destinationRepository = destinationRepository;
74}
75
76QString SvnImportInternalJob::message() const
77{

Callers 2

importMethod · 0.45
createWorkingCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected