summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch')
-rw-r--r--dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch b/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch
deleted file mode 100644
index 67528c558504..000000000000
--- a/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From a4a3cfb040054e7ca938bdd593c6c3c80d80807f Mon Sep 17 00:00:00 2001
-From: Luca Beltrame <lbeltrame@kde.org>
-Date: Thu, 10 May 2018 06:55:07 +0200
-Subject: Fix build with Qt 5.11
-
-Some includes were added transitively, now they need to be explicit.
----
- codegen/correctionfilegenerator.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/codegen/correctionfilegenerator.cpp b/codegen/correctionfilegenerator.cpp
-index bb79a25..53ebec4 100644
---- a/codegen/correctionfilegenerator.cpp
-+++ b/codegen/correctionfilegenerator.cpp
-@@ -20,6 +20,7 @@
-
- #include "correctionfilegenerator.h"
-
-+#include <QAction>
- #include <QTemporaryFile>
-
- #include <language/backgroundparser/backgroundparser.h>
---
-cgit v0.11.2