forked from qt-creator/qt-creator
Git: Show date and time in branches dialog
This helps discovering recently active branches. Change-Id: Ic82e1257c2a3407149e62768ddf2fc25c1a54b6b Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
a06e04c88a
commit
04eb012267
@@ -85,7 +85,7 @@ private:
|
||||
void parseOutputLine(const QString &line);
|
||||
void setCurrentBranch();
|
||||
BranchNode *indexToNode(const QModelIndex &index) const;
|
||||
QModelIndex nodeToIndex(BranchNode *node) const;
|
||||
QModelIndex nodeToIndex(BranchNode *node, int column) const;
|
||||
void removeNode(const QModelIndex &idx);
|
||||
|
||||
QString toolTip(const QString &sha) const;
|
||||
|
||||
Reference in New Issue
Block a user