src/parser.cpp

changeset 14
20d2ed3af73d
parent 13
6e838748867b
child 15
9e18ec63eec3
equal deleted inserted replaced
13:6e838748867b 14:20d2ed3af73d
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #include "model.h" 19 #include "model.h"
20 #include "parser.h" 20 #include "parser.h"
21 #include "objecttypes/comment.h" 21 #include "linetypes/comment.h"
22 #include "objecttypes/conditionaledge.h" 22 #include "linetypes/conditionaledge.h"
23 #include "objecttypes/edge.h" 23 #include "linetypes/edge.h"
24 #include "objecttypes/errorline.h" 24 #include "linetypes/errorline.h"
25 #include "objecttypes/metacommand.h" 25 #include "linetypes/metacommand.h"
26 #include "objecttypes/modelobject.h" 26 #include "linetypes/object.h"
27 #include "objecttypes/polygon.h" 27 #include "linetypes/polygon.h"
28 #include "objecttypes/subfilereference.h" 28 #include "linetypes/subfilereference.h"
29 29
30 struct BodyParseError 30 struct BodyParseError
31 { 31 {
32 QString message; 32 QString message;
33 }; 33 };

mercurial