Git: Fix validation in GerritPushDialog

Change-Id: I1764ccd4950d5d5fee3cbd00515716ef5f524bf0
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-05-06 19:43:37 +03:00
committed by Orgad Shaneh
parent 20625d5498
commit 002fa92a34
3 changed files with 22 additions and 8 deletions

View File

@@ -53,6 +53,7 @@ public:
QString selectedTopic() const;
QString reviewers() const;
bool localChangesFound() const;
bool valid() const;
private slots:
void setChangeRange();
@@ -66,6 +67,7 @@ private:
Ui::GerritPushDialog *m_ui;
QMap<QString,QString> *m_remoteBranches;
bool m_localChangesFound;
bool m_valid;
};