forked from qt-creator/qt-creator
VCS[git]: Add branch combo to the checkout wizard.
Provide UI with manual refresh button in BaseCheckoutWizardPage. Change ProcessCheckoutJob to be able to execute several steps. Implement in git.
This commit is contained in:
@@ -39,6 +39,7 @@ CheckoutWizardPage::CheckoutWizardPage(QWidget *parent) :
|
||||
setSubTitle(tr("Specify repository and path."));
|
||||
setRepositoryLabel(tr("Repository:"));
|
||||
setDirectoryVisible(false);
|
||||
setBranchSelectorVisible(false);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user