add branch name validation to git VCS plugin

Task-number: QTCREATORBUG-8370

Change-Id: Iadca383dc01a55deab2cbfdb5ef439dfb0f2ab12
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Christian A. Reiter
2012-12-09 14:12:43 +01:00
committed by Tobias Hunger
parent 4ffc1a2f10
commit a6eb1b2640
2 changed files with 73 additions and 0 deletions

View File

@@ -55,6 +55,9 @@ public:
bool track();
private slots:
void updateButtonStatus();
private:
Ui::BranchAddDialog *m_ui;
};