diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-23 18:17:42 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-24 18:36:26 +0100 |
commit | 7e8a361d04eb654e379f3f59a026c993a0689fbe (patch) | |
tree | 0f1afb4359c3e2fae74151e87c672f576152c68a | |
parent | sys-devel/mold: remove unused patches (diff) | |
download | gentoo-7e8a361d04eb654e379f3f59a026c993a0689fbe.tar.gz gentoo-7e8a361d04eb654e379f3f59a026c993a0689fbe.tar.bz2 gentoo-7e8a361d04eb654e379f3f59a026c993a0689fbe.zip |
net-im/swift: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | net-im/swift/files/swift-4.0.2-qt-5.11-compatibility.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net-im/swift/files/swift-4.0.2-qt-5.11-compatibility.patch b/net-im/swift/files/swift-4.0.2-qt-5.11-compatibility.patch deleted file mode 100644 index db633945b49d..000000000000 --- a/net-im/swift/files/swift-4.0.2-qt-5.11-compatibility.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 1d18148c86377787a8c77042b12ea66f20cb2ca9 Mon Sep 17 00:00:00 2001 -From: Tobias Markmann <tm@ayena.de> -Date: Thu, 21 Jun 2018 13:04:56 +0200 -Subject: Add missing include for QAbstractItemModel - -This fixes building Swift with Qt 5.11. - -Test-Information: - -Builds and tests pass on macOS 10.13.5 with Qt 5.11.0. - -Change-Id: I1be2cd081d8a520ec38ab7cca5ada0d7fc39b777 - -diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.h b/Swift/QtUI/UserSearch/QtUserSearchWindow.h -index 0714ac1..fe536ab 100644 ---- a/Swift/QtUI/UserSearch/QtUserSearchWindow.h -+++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.h -@@ -1,5 +1,5 @@ - /* -- * Copyright (c) 2010-2016 Isode Limited. -+ * Copyright (c) 2010-2018 Isode Limited. - * All rights reserved. - * See the COPYING file for more information. - */ -@@ -8,6 +8,7 @@ - - #include <set> - -+#include <QAbstractItemModel> - #include <QWizard> - - #include <Swiften/Base/Override.h> --- -cgit v0.10.2-6-g49f6 - |