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:
@@ -163,7 +163,7 @@ SubversionDiffEditorController::SubversionDiffEditorController(IDocument *docume
|
||||
|
||||
using namespace Tasking;
|
||||
|
||||
const TreeStorage<QString> diffInputStorage;
|
||||
const Storage<QString> diffInputStorage;
|
||||
|
||||
const auto onDescriptionSetup = [this](Process &process) {
|
||||
if (m_changeNumber == 0)
|
||||
|
||||
Reference in New Issue
Block a user