forked from qt-creator/qt-creator
TaskTree: Add TreeStorage::operator*()
Reuse it in some places. Change-Id: I335f38fa0384ea17bd8e981d743f835c3f05b731 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -203,7 +203,7 @@ SubversionDiffEditorController::SubversionDiffEditorController(IDocument *docume
|
||||
process.setCommand(command);
|
||||
};
|
||||
const auto onDiffDone = [diffInputStorage](const QtcProcess &process) {
|
||||
*diffInputStorage.activeStorage() = process.cleanedStdOut();
|
||||
*diffInputStorage = process.cleanedStdOut();
|
||||
};
|
||||
|
||||
const Group root {
|
||||
|
||||
Reference in New Issue
Block a user