summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-11-23 11:20:41 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-23 18:51:19 +0000
commit36707b549f0e146fd1f670e5f16b8ce1259f1a0b (patch)
treecad5a31e176bf6d99791848613a7c086bc5d71aa /src/animation
parentb5ad7c47c9aaaf08bbe0f9f4ca28e2ddc3e7e1fc (diff)
Handle fallout from QEvent loosing it's copy constructor
Task-number: QTBUG-88757 Change-Id: I5097faecd2e895d4685a4cc57a4e2a5c079f2255 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> (cherry picked from commit d826238b65b0ebd8034900224b382bd85e6add27) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/animation')
-rw-r--r--src/animation/frontend/qanimationclipdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation/frontend/qanimationclipdata.h b/src/animation/frontend/qanimationclipdata.h
index 07c7d92c2..bcb0fcda1 100644
--- a/src/animation/frontend/qanimationclipdata.h
+++ b/src/animation/frontend/qanimationclipdata.h
@@ -40,6 +40,7 @@
#ifndef QT3DANIMATION_QANIMATIONCLIPDATA_H
#define QT3DANIMATION_QANIMATIONCLIPDATA_H
+#include <QtCore/qmetatype.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qstring.h>
#include <Qt3DAnimation/qt3danimation_global.h>