summaryrefslogtreecommitdiff
path: root/tests/manual/tasktree/taskwidget.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-04-25 10:15:07 +0200
committerhjk <hjk@qt.io>2023-04-25 13:31:25 +0000
commit8cf500c5bc2d2171f80f392d325ddcf5107e184c (patch)
tree20880282e81400d2f0aa70e327070ddc0b69f5fb /tests/manual/tasktree/taskwidget.h
parent68c92f6dfa2f431e784b3aebf38bc3f76a7cb0ce (diff)
downloadqt-creator-8cf500c5bc2d2171f80f392d325ddcf5107e184c.tar.gz
Utils: Make Layouting a top level namespace
The whole machinery is now almost only layoutbuilder.{h,cpp}, mostly independent of the rest of Utils. Idea is to finish the separation to make it stand-alone usable also outside creator. Change-Id: I958aa667d17ae26b21209f22412309c5307a579c Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'tests/manual/tasktree/taskwidget.h')
-rw-r--r--tests/manual/tasktree/taskwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/tasktree/taskwidget.h b/tests/manual/tasktree/taskwidget.h
index 8dbaded738..8caebf658b 100644
--- a/tests/manual/tasktree/taskwidget.h
+++ b/tests/manual/tasktree/taskwidget.h
@@ -80,7 +80,7 @@ class TaskGroup
{
public:
QWidget *group;
- Utils::Layouting::Column items;
+ Layouting::Column items;
};
-void doLayout(const TaskGroup &taskGroup, Utils::Layouting::LayoutBuilder &builder);
+void doLayout(const TaskGroup &taskGroup, Layouting::LayoutBuilder &builder);