TaskTree: Rename TreeStorage<> -> Storage<>

This addresses the 20th point in the master task below.

Task-number: QTCREATORBUG-28741
Change-Id: I696beda87430fbe637abba8054012fb77516e220
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2023-11-19 14:50:55 +01:00
parent 9800f1bdc4
commit ce80a6dad5
48 changed files with 93 additions and 93 deletions

View File

@@ -545,7 +545,7 @@ TaskTree *BranchView::onFastForwardMerge(const std::function<void()> &callback)
QString topRevision;
};
const TreeStorage<FastForwardStorage> storage;
const Storage<FastForwardStorage> storage;
const auto onMergeBaseSetup = [repository = m_repository, branch](Process &process) {
gitClient().setupCommand(process, repository, {"merge-base", "HEAD", branch});