forked from qt-creator/qt-creator
TaskTree: Get rid of Storage subclass of GroupItem
Make the c'tor of the GroupItem taking the TreeStorageBase public instead. This addresses the 20th point in the master task below. Task-number: QTCREATORBUG-28741 Change-Id: I78320ec24b4e4b915ab549135fb93b45c658b9f2 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -561,7 +561,7 @@ TaskTree *BranchView::onFastForwardMerge(const std::function<void()> &callback)
|
||||
});
|
||||
|
||||
const Group root {
|
||||
Tasking::Storage(storage),
|
||||
storage,
|
||||
parallel,
|
||||
ProcessTask(onMergeBaseSetup, onMergeBaseDone, CallDoneIf::Success),
|
||||
topRevisionProc,
|
||||
|
||||
Reference in New Issue
Block a user