forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
6a4d6efb3b
commit
2998d33562
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user