summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-04-26 16:14:02 +0200
committerAaron Bauman <bman@gentoo.org>2019-04-26 21:52:09 -0400
commit7fac00d2253799f12192d94f52d8bc1af2f18fc0 (patch)
tree6789a82e2222e42b6e880bf2538dccd276360e3b /dev-util/kdstatemachineeditor
parentprofile: mask rust-bin on musl profiles (diff)
downloadgentoo-7fac00d2253799f12192d94f52d8bc1af2f18fc0.tar.gz
gentoo-7fac00d2253799f12192d94f52d8bc1af2f18fc0.tar.bz2
gentoo-7fac00d2253799f12192d94f52d8bc1af2f18fc0.zip
dev-util/kdstatemachineeditor: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11832 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/kdstatemachineeditor')
-rw-r--r--dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch b/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch
deleted file mode 100644
index 04a9ac9306b6..000000000000
--- a/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 63ca52af50f94b396182638224fe2c50b4cb7043 Mon Sep 17 00:00:00 2001
-From: Allen Winter <allen.winter@kdab.com>
-Date: Thu, 5 Apr 2018 10:07:01 -0400
-Subject: [PATCH] src/core/model/element.h - fix compile on with XCode (include QPointF)
-
----
- src/core/model/element.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/core/model/element.h b/src/core/model/element.h
-index ec32cfc..c20ac6f 100644
---- a/src/core/model/element.h
-+++ b/src/core/model/element.h
-@@ -30,6 +30,7 @@
-
- #include <QObject>
- #include <QMetaType>
-+#include <QPointF>
-
- QT_BEGIN_NAMESPACE
- class QPainterPath; \ No newline at end of file