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
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user