forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
20625d5498
commit
002fa92a34
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user