mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-12 03:45:51 -05:00
Fix Qt 5.14 build
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user