File indexing completed on 2024-04-21 07:38:00

0001 /*
0002     SPDX-FileCopyrightText: 2007 Vladimir Kuznetsov <ks.vladimir@gmail.com>
0003     SPDX-FileCopyrightText: 2014 Inge Wallin <inge@lysator.liu.se>
0004 
0005     SPDX-License-Identifier: GPL-2.0-or-later
0006 */
0007 
0008 #include "body.h"
0009 
0010 namespace StepCore
0011 {
0012 
0013 STEPCORE_META_OBJECT(Body, QT_TRANSLATE_NOOP("ObjectClass", "Body"), QT_TRANSLATE_NOOP("ObjectDescription", "Body"),
0014              MetaObject::ABSTRACT,,)
0015 
0016 
0017 } // namespace StepCore