From 4028d678c9608293bdfe1166692059437e1bde1e Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Wed, 5 May 2021 08:13:05 +0200 Subject: Don't export QKeyFrame which is fully implemented in the header This otherwise leads to inconsistent dll linkage warnigns on windows. Change-Id: I4f32f2fd2cc45939187535b8232172b280df7316 Reviewed-by: Mike Krus (cherry picked from commit 9d17891737befa4645ffd1e1a1153c314366e059) Reviewed-by: Qt Cherry-pick Bot --- src/animation/frontend/qkeyframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animation/frontend/qkeyframe.h b/src/animation/frontend/qkeyframe.h index 65ff5c4c4..8e79839fb 100644 --- a/src/animation/frontend/qkeyframe.h +++ b/src/animation/frontend/qkeyframe.h @@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE namespace Qt3DAnimation { -class Q_3DANIMATIONSHARED_EXPORT QKeyFrame +class QKeyFrame { public: enum InterpolationType : quint8 { -- cgit v1.2.3