Git: Fix crash when fetch is done while context menu is active

Blind shot.

Task-number: QTCREATORBUG-29266
Change-Id: Ie9e8be9e6ead7a3c49cdde7c3b80b4735f7b19af
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Orgad Shaneh
2023-06-09 19:02:42 +03:00
committed by Orgad Shaneh
parent b3df9a4fcf
commit 5bd2cd0115
2 changed files with 12 additions and 5 deletions

View File

@@ -75,6 +75,7 @@ private:
BranchFilterModel *m_filterModel = nullptr;
Utils::FilePath m_repository;
bool m_blockRefresh = false;
bool m_postponedRefresh = false;
};
class BranchViewFactory : public Core::INavigationWidgetFactory