From bded8a8708d1df33e83eec6bc906a9e3ce962715 Mon Sep 17 00:00:00 2001 From: lbartoletti Date: Wed, 24 Jun 2020 12:52:49 +0000 Subject: [PATCH] emulators/qmc2: : Prepare for Qt5.15 PR: 247010 Approved by: tcberner (mentor, implicit) --- .../qmc2/files/patch-qmc2_softwareimagewidget.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/qmc2/files/patch-qmc2_softwareimagewidget.cpp diff --git a/emulators/qmc2/files/patch-qmc2_softwareimagewidget.cpp b/emulators/qmc2/files/patch-qmc2_softwareimagewidget.cpp new file mode 100644 index 000000000000..4acc0f891881 --- /dev/null +++ b/emulators/qmc2/files/patch-qmc2_softwareimagewidget.cpp @@ -0,0 +1,10 @@ +--- qmc2/softwareimagewidget.cpp.orig 2020-06-24 12:40:06 UTC ++++ qmc2/softwareimagewidget.cpp +@@ -3,6 +3,7 @@ + #include + #include + #include ++#include + + #include "softwarelist.h" + #include "softwaresnapshot.h"