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 | |
6 | QT_BEGIN_NAMESPACE |
7 | |
8 | namespace Qt3DAnimation { |
9 | |
10 | /*! |
11 | \class Qt3DAnimation::QKeyFrame |
12 | \inmodule Qt3DAnimation |
13 | \brief A base class for handling keyframes. |
14 | */ |
15 | |
16 | } // namespace Qt3DAnimation |
17 | |
18 | QT_END_NAMESPACE |
19 |