forked from qt-creator/qt-creator
Git: Simplify cloning of a specific branch
Delete master branch option is removed since the master branch is not created when specifying a branch to clone Change-Id: Ided5e28a40ad459dcfaa3ef91ffa7c24e585d0ca Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
0e91d10878
commit
0c92cb015f
@@ -46,7 +46,6 @@ struct CloneWizardPagePrivate;
|
||||
class CloneWizardPage : public VcsBase::BaseCheckoutWizardPage
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(bool deleteMasterBranch READ deleteMasterBranch WRITE setDeleteMasterBranch)
|
||||
public:
|
||||
explicit CloneWizardPage(QWidget *parent = 0);
|
||||
~CloneWizardPage();
|
||||
@@ -57,9 +56,6 @@ protected:
|
||||
QString directoryFromRepository(const QString &r) const;
|
||||
QStringList branches(const QString &repository, int *current);
|
||||
|
||||
bool deleteMasterBranch() const;
|
||||
void setDeleteMasterBranch(bool v);
|
||||
|
||||
private:
|
||||
CloneWizardPagePrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user