1// Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB).
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qkeyframe.h"
5
6QT_BEGIN_NAMESPACE
7
8namespace Qt3DAnimation {
9
10/*!
11 \class Qt3DAnimation::QKeyFrame
12 \inmodule Qt3DAnimation
13 \brief A base class for handling keyframes.
14*/
15
16} // namespace Qt3DAnimation
17
18QT_END_NAMESPACE
19

source code of qt3d/src/animation/frontend/qkeyframe.cpp