mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-19 16:17:33 -05:00
Fix Qt 5.14 build
This commit is contained in:
parent
73cf7f5201
commit
39ef3513e7
|
|
@ -1,6 +1,9 @@
|
|||
#ifndef RESIZELAYOUTPOPUP_H
|
||||
#define RESIZELAYOUTPOPUP_H
|
||||
|
||||
#include "maplayout.h"
|
||||
#include "project.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <QPointer>
|
||||
#include <QGraphicsScene>
|
||||
|
|
@ -13,9 +16,6 @@ namespace Ui {
|
|||
class ResizeLayoutPopup;
|
||||
}
|
||||
|
||||
class Layout;
|
||||
class Project;
|
||||
|
||||
|
||||
|
||||
/// Custom scene that paints its background a gray checkered pattern.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user