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-02 07:07:32 +0000
commit4028d678c9608293bdfe1166692059437e1bde1e (patch)
treea1454cf581378d4dff6ba25cf0b806c5460c4913
parent6e3c6182464339c69c9973e6855b4562b4f85ad3 (diff)
Don't export QKeyFrame which is fully implemented in the header6.0
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 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 {