forked from qt-creator/qt-creator
Git: Rename branchName -> fullName
The model can contain tags Change-Id: I70a75534848232476447125801a5ca7e963bbdcc Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
2af4c05b8c
commit
b2a09f7b45
@@ -70,7 +70,7 @@ public:
|
||||
GitClient *client() const;
|
||||
|
||||
QModelIndex currentBranch() const;
|
||||
QString branchName(const QModelIndex &idx) const;
|
||||
QString fullName(const QModelIndex &idx) const;
|
||||
QStringList localBranchNames() const;
|
||||
QString sha(const QModelIndex &idx) const;
|
||||
bool isLocal(const QModelIndex &idx) const;
|
||||
|
||||
Reference in New Issue
Block a user