summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2021-05-05 08:13:05 +0200
committerPaul Lemire <paul.lemire@kdab.com>2021-06-02 07:59:20 +0200
commit9d17891737befa4645ffd1e1a1153c314366e059 (patch)
tree4b7616497c98315e297cdc261e40f4cab50da79d /src
parentf36708263b5bc843c4cd926168e59f5515624475 (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 Pick-to: 6.1 6.0 5.15 Reviewed-by: Mike Krus <mike.krus@kdab.com>
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 {