Warning, file /education/step/stepcore/body.cc was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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