aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-11-11 10:37:02 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-11-17 15:07:59 +0000
commit7ab95906b96e37eee6bc60ad8ee9094f7eedaab4 (patch)
treeee0bdc545a8c95bd499e7b072bc7bec7d2b37225 /tests
parenta4b7e10861f0f76f51379fc20e79f76e7c44bc05 (diff)
TaskItem: Move enums outside of TaskItem
Change-Id: If8a2b285bf9d9bd5a5b7222c13772c1a873daf23 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/utils/tasktree/tst_tasktree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/utils/tasktree/tst_tasktree.cpp b/tests/auto/utils/tasktree/tst_tasktree.cpp
index 11324841f3e..f25eb3c7ec3 100644
--- a/tests/auto/utils/tasktree/tst_tasktree.cpp
+++ b/tests/auto/utils/tasktree/tst_tasktree.cpp
@@ -322,7 +322,7 @@ void tst_TaskTree::processTree_data()
QTest::newRow("SequentialError") << sequentialErrorRoot << sequentialErrorLog
<< true << false << 5;
- const auto constructSimpleSequence = [=](const WorkflowPolicy &policy) {
+ const auto constructSimpleSequence = [=](const Workflow &policy) {
return Group {
policy,
Process(std::bind(setupProcess, _1, 1), readResult),