Git: Add quick filter for branches panel

Change-Id: Idef4ab2db69f24bb004c00fa010b814fdaa7d56d
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2018-10-16 16:58:35 +03:00
committed by Orgad Shaneh
parent 170e599a11
commit a9ac438ad8
3 changed files with 36 additions and 8 deletions

View File

@@ -123,8 +123,6 @@ public:
QStringList fullName(bool includePrefix = false) const
{
QTC_ASSERT(isLeaf(), return QStringList());
QStringList fn;
QList<const BranchNode *> nodes;
const BranchNode *current = this;