aboutsummaryrefslogtreecommitdiff
path: root/emulators/dolphin-emu
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-05-19 18:52:07 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-05-19 18:52:07 +0000
commit4f1b5b292cdcdcc653f3c450b874425241e53d64 (patch)
tree37e195eec28ed74be25db71ff8fe99214c698a5a /emulators/dolphin-emu
parent493d203da3dd29c486ae7e9a3eb31e659d34a804 (diff)
downloadports-4f1b5b292cdcdcc653f3c450b874425241e53d64.tar.gz
ports-4f1b5b292cdcdcc653f3c450b874425241e53d64.zip
emulators/dolphpin-emu: prepare for Qt5-5.15
Notes
Notes: svn path=/head/; revision=535883
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r--emulators/dolphin-emu/files/patch-Source_Core_DolphinQt_Config_Mapping_MappingIndicator.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/dolphin-emu/files/patch-Source_Core_DolphinQt_Config_Mapping_MappingIndicator.cpp b/emulators/dolphin-emu/files/patch-Source_Core_DolphinQt_Config_Mapping_MappingIndicator.cpp
new file mode 100644
index 000000000000..be545a0a3fff
--- /dev/null
+++ b/emulators/dolphin-emu/files/patch-Source_Core_DolphinQt_Config_Mapping_MappingIndicator.cpp
@@ -0,0 +1,10 @@
+--- Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp.orig 2020-05-19 18:47:30 UTC
++++ Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp
+@@ -11,6 +11,7 @@
+ #include <QAction>
+ #include <QDateTime>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QTimer>
+
+ #include "Common/MathUtil.h"