Warning, file /education/step/stepcore/force.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 "force.h" 0009 0010 namespace StepCore 0011 { 0012 0013 0014 STEPCORE_META_OBJECT(Force, QT_TRANSLATE_NOOP("ObjectClass", "Force"), QT_TRANSLATE_NOOP("ObjectDescription", "Force"), 0015 MetaObject::ABSTRACT,,) 0016 0017 0018 0019 } // namespace StepCore