VCS: Disable Back when checkout/clone is done

Task-number: QTCREATORBUG-11701
Change-Id: I2f0b7913bf2bf113f3ac8c258f2b2497991d547a
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2014-06-06 17:57:23 +03:00
committed by Tobias Hunger
parent b969b05b31
commit 0926da3a03

View File

@@ -54,6 +54,7 @@ BaseCheckoutWizard::BaseCheckoutWizard(const Utils::FileName &path, QWidget *par
Q_UNUSED(path);
connect(this, SIGNAL(currentIdChanged(int)), this, SLOT(slotPageChanged(int)));
connect(m_progressPage, SIGNAL(terminated(bool)), this, SLOT(slotTerminated(bool)));
setOption(QWizard::NoBackButtonOnLastPage);
}
void BaseCheckoutWizard::setTitle(const QString &title)