summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qkeyframe.cpp
blob: 8ba1a20530bb21bc9a090653f0f5629407116777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include "qkeyframe.h"

QT_BEGIN_NAMESPACE

namespace Qt3DAnimation {

/*!
    \class Qt3DAnimation::QKeyFrame
    \inmodule Qt3DAnimation
    \brief A base class for handling keyframes.
*/

} // namespace Qt3DAnimation

QT_END_NAMESPACE