summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-02-05 17:10:42 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-02-09 14:26:25 +0100
commit9f3c22c12113a617611be6b8e3ee3ae7e6e9242c (patch)
tree2e9c0a6865229ca284e26277dbd078c9da3ddf94 /src
parent59ff9d49ea0893c874ec9ad8fa1d5c93f4614081 (diff)
Fix build failure, include QMetaType header
Pick-to: 6.1 Change-Id: I409f768c6242770e850dc3000846f01d6a881bd9 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/bodymovin/trimpath_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bodymovin/trimpath_p.h b/src/bodymovin/trimpath_p.h
index 79ab92e..2950d53 100644
--- a/src/bodymovin/trimpath_p.h
+++ b/src/bodymovin/trimpath_p.h
@@ -41,6 +41,7 @@
// We mean it.
//
+#include <QMetaType>
#include <QPainterPath>
QT_BEGIN_NAMESPACE
@@ -88,6 +89,6 @@ private:
QT_END_NAMESPACE
-Q_DECLARE_METATYPE(TrimPath);
+Q_DECLARE_METATYPE(TrimPath)
#endif // TRIMPATH_P_H