forked from qt-creator/qt-creator
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:
@@ -108,7 +108,7 @@ DiffFilesController::DiffFilesController(IDocument *document)
|
||||
setDisplayName(Tr::tr("Diff"));
|
||||
using namespace Tasking;
|
||||
|
||||
const TreeStorage<QList<std::optional<FileData>>> storage;
|
||||
const Storage<QList<std::optional<FileData>>> storage;
|
||||
|
||||
const auto onTreeSetup = [this, storage](TaskTree &taskTree) {
|
||||
QList<std::optional<FileData>> *outputList = storage.activeStorage();
|
||||
|
||||
Reference in New Issue
Block a user