// 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