VCS[git]: Ensure that only one branch is selected at a time

This commit is contained in:
Robert Loehning
2010-08-25 18:12:03 +02:00
parent a7bb5f2541
commit ce24dfa378
2 changed files with 12 additions and 4 deletions

View File

@@ -31,6 +31,7 @@
#define BRANCHDIALOG_H
#include <QtGui/QDialog>
#include <QtGui/QItemSelection>
QT_BEGIN_NAMESPACE
class QPushButton;
@@ -64,7 +65,7 @@ public slots:
void refresh(const QString &repository, bool force);
private slots:
void slotEnableButtons();
void slotEnableButtons(const QItemSelection &selected = QItemSelection());
void slotCheckoutSelectedBranch();
void slotDeleteSelectedBranch();
void slotDiffSelected();