Fix Qt 5.14 build

This commit is contained in:
GriffinR 2025-05-18 20:31:54 -04:00
parent 73cf7f5201
commit 39ef3513e7

View File

@ -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.