mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Compilation without PCH
--HG-- branch : develop
This commit is contained in:
parent
5b5925f529
commit
b7d37b71e3
2 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "ui_tile_edit_qt.h"
|
||||
|
||||
#include <QtCore/QtCore>
|
||||
|
||||
class QCheckBox;
|
||||
class QPushButton;
|
||||
class QLineEdit;
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
#ifndef TILESMODEL_H
|
||||
#define TILESMODEL_H
|
||||
|
||||
#include <QtCore/QtCore>
|
||||
#include <QtGui/QtGui>
|
||||
|
||||
class TileModel
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue