summaryrefslogtreecommitdiffstats
path: root/src
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
commitf74e987399b4d2288ab3adfd4da1b5d9c06ecfdb (patch)
treeb04360a3ffd6f18408af9584d90e3041d738c983 /src
parentc574a76d3cc52c794812282f96c0a8cc0cf1c444 (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>
Diffstat (limited to 'src')
-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 {