From 52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Jul 2020 19:45:19 +0200 Subject: Cleanup unused KDE patches Thanks to Patrick Volkerding for the effort. --- .../umbrello/umbrello_qt510_kaboutdata_h.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 kde/patch/umbrello/umbrello_qt510_kaboutdata_h.patch (limited to 'kde/patch/umbrello/umbrello_qt510_kaboutdata_h.patch') diff --git a/kde/patch/umbrello/umbrello_qt510_kaboutdata_h.patch b/kde/patch/umbrello/umbrello_qt510_kaboutdata_h.patch deleted file mode 100644 index a27b0ed..0000000 --- a/kde/patch/umbrello/umbrello_qt510_kaboutdata_h.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 62a9e5e6afdd920779f1211afb0381857659e578 Mon Sep 17 00:00:00 2001 -From: Ralf Habacker -Date: Thu, 6 Dec 2018 13:36:34 +0100 -Subject: Fix KDE CI compile error with Qt 5.10 on linux - -The error was "specialization of template -struct QMetaTypeId in different namespace [-fpermissive]" - -The Qt 5.10 related issue is fixed by using another approach -to exclude KF5 class KAboutData. ---- - umbrello/main.cpp | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - -diff --git a/umbrello/main.cpp b/umbrello/main.cpp -index e3315fa..9d2acd8 100644 ---- a/umbrello/main.cpp -+++ b/umbrello/main.cpp -@@ -19,9 +19,8 @@ - - // kde includes - #if QT_VERSION > 0x050000 --namespace dummy { --#include --} -+// prevent including of -+#define KABOUTDATA_H - #include - #define KAboutData K4AboutData - #include --- -cgit v0.11.2 - -- cgit v1.2.3