summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/treewalker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/uic/treewalker.h')
-rw-r--r--src/tools/uic/treewalker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/uic/treewalker.h b/src/tools/uic/treewalker.h
index 1ad9b51409..3777229517 100644
--- a/src/tools/uic/treewalker.h
+++ b/src/tools/uic/treewalker.h
@@ -77,6 +77,9 @@ class DomButtonGroup;
struct TreeWalker
{
+ Q_DISABLE_COPY_MOVE(TreeWalker)
+
+ TreeWalker() = default;
inline virtual ~TreeWalker() = default;
virtual void acceptUI(DomUI *ui);