Gerrit: Rename member

This is more in line with what we do elsewhere.

Change-Id: If5fb57a498c021c2c2f830d9aaa375bc13afeb19
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2015-02-04 16:08:07 +01:00
committed by Orgad Shaneh
parent 6a4d6efb3b
commit 2998d33562
3 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ public:
QString selectedPushType() const;
QString selectedTopic() const;
QString reviewers() const;
bool valid() const;
bool isValid() const;
private slots:
void setChangeRange();
@@ -76,7 +76,7 @@ private:
QString m_suggestedRemoteBranch;
Ui::GerritPushDialog *m_ui;
RemoteBranchesMap m_remoteBranches;
bool m_valid;
bool m_isValid;
Git::Internal::GitClient *m_client;
};