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:
@@ -46,6 +46,7 @@ struct CloneWizardPagePrivate;
|
||||
class CloneWizardPage : public VCSBase::BaseCheckoutWizardPage
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(bool deleteMasterBranch READ deleteMasterBranch WRITE setDeleteMasterBranch)
|
||||
public:
|
||||
explicit CloneWizardPage(QWidget *parent = 0);
|
||||
virtual ~CloneWizardPage();
|
||||
@@ -54,6 +55,10 @@ public:
|
||||
|
||||
protected:
|
||||
virtual QString directoryFromRepository(const QString &r) const;
|
||||
virtual QStringList branches(const QString &repository, int *current);
|
||||
|
||||
bool deleteMasterBranch() const;
|
||||
void setDeleteMasterBranch(bool v);
|
||||
|
||||
private:
|
||||
CloneWizardPagePrivate *d;
|
||||
|
||||
Reference in New Issue
Block a user