summarylogtreecommitdiffstats
path: root/qt-5.15+gentoo.patch
diff options
context:
space:
mode:
authorhaawda2021-06-06 18:08:59 +0200
committerhaawda2021-06-06 18:08:59 +0200
commit8a3322efea6dd1473cec4f36a94c0b7b36f8f326 (patch)
treeb1f56213f674801c3288b433ae5fa3e216c9076b /qt-5.15+gentoo.patch
parent3549fce2943e6badf7334fbf5f4aed6e88006c6e (diff)
downloadaur-qtfm.tar.gz
Update, patch no longer needed
Diffstat (limited to 'qt-5.15+gentoo.patch')
-rw-r--r--qt-5.15+gentoo.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/qt-5.15+gentoo.patch b/qt-5.15+gentoo.patch
deleted file mode 100644
index 5c286c792d75..000000000000
--- a/qt-5.15+gentoo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur qtfm-6.2.0.orig/libfm/iconlist.cpp qtfm-6.2.0.new/libfm/iconlist.cpp
---- qtfm-6.2.0.orig/libfm/iconlist.cpp 2019-06-04 07:47:00.000000000 +0200
-+++ qtfm-6.2.0.new/libfm/iconlist.cpp 2020-08-02 17:47:04.899432194 +0200
-@@ -1,5 +1,7 @@
- #include "iconlist.h"
-
-+#include <QPainterPath>
-+
- QSize IconListDelegate::sizeHint(const QStyleOptionViewItem &option,
- const QModelIndex &index) const
- {
-diff -Naur qtfm-6.2.0.orig/libfm/iconview.cpp qtfm-6.2.0.new/libfm/iconview.cpp
---- qtfm-6.2.0.orig/libfm/iconview.cpp 2019-06-04 07:47:00.000000000 +0200
-+++ qtfm-6.2.0.new/libfm/iconview.cpp 2020-08-02 17:46:53.629482772 +0200
-@@ -1,5 +1,7 @@
- #include "iconview.h"
-
-+#include <QPainterPath>
-+
- bool IconViewDelegate::eventFilter(QObject *object,
- QEvent *event)
- {