summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2021-05-05 08:13:05 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-10 12:32:15 +0000
commit3e7d78df8fabcf54f9ff76511f05a38d27a0ced8 (patch)
treeb3404384a9e092cdb8d73679578d138f1fb8a127
parent8c014fc79cb317223c04c0b00e03227582c69b4f (diff)
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 <mike.krus@kdab.com> (cherry picked from commit 9d17891737befa4645ffd1e1a1153c314366e059) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/animation/frontend/qkeyframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qkeyframe.h b/src/animation/frontend/qkeyframe.h
index c7c0b5997..c97f94244 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 {