forked from qt-creator/qt-creator
Git: Add quick filter for branches panel
Change-Id: Idef4ab2db69f24bb004c00fa010b814fdaa7d56d Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
170e599a11
commit
a9ac438ad8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user