src/parser.h

changeset 14
20d2ed3af73d
parent 13
6e838748867b
child 24
1a0faaaceb84
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 #pragma once 19 #pragma once
20 #include "main.h" 20 #include "main.h"
21 #include "objecttypes/modelobject.h" 21 #include "linetypes/object.h"
22 #include "model.h" 22 #include "model.h"
23 #include "modeleditcontext.h" 23 #include "modeleditcontext.h"
24 #include "header.h" 24 #include "header.h"
25 25
26 class Parser : public QObject 26 class Parser : public QObject

mercurial