Fixed: Compilation without PCH
This commit is contained in:
parent
4928c10656
commit
46f448ee9c
2 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
#include "ui_tile_edit_qt.h"
|
#include "ui_tile_edit_qt.h"
|
||||||
|
|
||||||
|
#include <QtCore/QtCore>
|
||||||
|
|
||||||
class QCheckBox;
|
class QCheckBox;
|
||||||
class QPushButton;
|
class QPushButton;
|
||||||
class QLineEdit;
|
class QLineEdit;
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
#ifndef TILESMODEL_H
|
#ifndef TILESMODEL_H
|
||||||
#define TILESMODEL_H
|
#define TILESMODEL_H
|
||||||
|
|
||||||
|
#include <QtCore/QtCore>
|
||||||
|
#include <QtGui/QtGui>
|
||||||
|
|
||||||
class TileModel
|
class TileModel
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue