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

@@ -46,6 +46,7 @@ namespace Git {
namespace Internal {
class BranchModel;
class BranchFilterModel;
class BranchView : public QWidget
{
@@ -87,6 +88,7 @@ private:
Utils::ElidingLabel *m_repositoryLabel = nullptr;
Utils::NavigationTreeView *m_branchView = nullptr;
BranchModel *m_model = nullptr;
BranchFilterModel *m_filterModel = nullptr;
QString m_repository;
};