src/parser.h

changeset 206
654661eab7f3
parent 200
ca23936b455b
child 264
76a025db4948
equal deleted inserted replaced
205:1a4342d80de7 206:654661eab7f3
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
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 "basics.h"
21 #include "model.h" 21 #include "model.h"
22 22
23 class Parser : public QObject 23 class Parser : public QObject
24 { 24 {
25 Q_OBJECT 25 Q_OBJECT

mercurial