forked from qt-creator/qt-creator
Move createInitialCheckoutCommand() out from core plugin
Change-Id: I99f4795822838ac084d0d6823db96e5864e0dcdf Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -88,18 +88,6 @@ FilePaths IVersionControl::additionalToolsPath() const
|
||||
return {};
|
||||
}
|
||||
|
||||
VcsBase::VcsCommand *IVersionControl::createInitialCheckoutCommand(const QString &url,
|
||||
const Utils::FilePath &baseDirectory,
|
||||
const QString &localName,
|
||||
const QStringList &extraArgs)
|
||||
{
|
||||
Q_UNUSED(url)
|
||||
Q_UNUSED(baseDirectory)
|
||||
Q_UNUSED(localName)
|
||||
Q_UNUSED(extraArgs)
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
IVersionControl::RepoUrl::RepoUrl(const QString &location)
|
||||
{
|
||||
if (location.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user