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:
@@ -584,6 +584,18 @@ const VcsBasePluginState &VcsBasePluginPrivate::currentState() const
|
||||
return m_state;
|
||||
}
|
||||
|
||||
VcsCommand *VcsBasePluginPrivate::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;
|
||||
}
|
||||
|
||||
bool VcsBasePluginPrivate::enableMenuAction(ActionState as, QAction *menuAction) const
|
||||
{
|
||||
qCDebug(baseLog) << "enableMenuAction" << menuAction->text() << as;
|
||||
|
||||
Reference in New Issue
Block a user