Changeset View
Changeset View
Standalone View
Standalone View
files/Qt5.11_fix.patch
- This file was added.
| From a2b8c4ae807ae92103e14961fd34377b28cbe219 Mon Sep 17 00:00:00 2001 | |||||
| From: Vicki Pfau <vi@endrift.com> | |||||
| Date: Fri, 25 May 2018 18:04:16 -0700 | |||||
| Subject: [PATCH] Qt: Fix build with Qt 5.11 | |||||
| --- | |||||
| src/platform/qt/LoadSaveState.cpp | 1 + | |||||
| src/platform/qt/Window.h | 1 + | |||||
| 2 files changed, 2 insertions(+) | |||||
| diff --git a/src/platform/qt/LoadSaveState.cpp b/src/platform/qt/LoadSaveState.cpp | |||||
| index a381c3d22..41ddb842e 100644 | |||||
| --- a/src/platform/qt/LoadSaveState.cpp | |||||
| +++ b/src/platform/qt/LoadSaveState.cpp | |||||
| @@ -10,6 +10,7 @@ | |||||
| #include "GamepadButtonEvent.h" | |||||
| #include "VFileDevice.h" | |||||
| +#include <QAction> | |||||
| #include <QDateTime> | |||||
| #include <QKeyEvent> | |||||
| #include <QPainter> | |||||
| diff --git a/src/platform/qt/Window.h b/src/platform/qt/Window.h | |||||
| index c009c7ffa..8ee63907d 100644 | |||||
| --- a/src/platform/qt/Window.h | |||||
| +++ b/src/platform/qt/Window.h | |||||
| @@ -6,6 +6,7 @@ | |||||
| #ifndef QGBA_WINDOW | |||||
| #define QGBA_WINDOW | |||||
| +#include <QAction> | |||||
| #include <QDateTime> | |||||
| #include <QList> | |||||
| #include <QMainWindow> | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.