summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-13 18:28:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-13 18:41:00 +0100
commitd363665eadbe6c77d724b8c45dcb5318c2fea9de (patch)
treeb983c565a10d0f83c92b7a2a38c22f0528aba6bd /media-gfx
parentsys-apps/systemd: grab backports from v236-stable branch (diff)
downloadgentoo-d363665eadbe6c77d724b8c45dcb5318c2fea9de.tar.gz
gentoo-d363665eadbe6c77d724b8c45dcb5318c2fea9de.tar.bz2
gentoo-d363665eadbe6c77d724b8c45dcb5318c2fea9de.zip
media-gfx/kuickshow: Drop obsolete patch
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch b/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch
deleted file mode 100644
index 82bf2eafd270..000000000000
--- a/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fixed wrong type of 2nd parameter which wouldn't compile with GCC 6.
-
-https://bugs.gentoo.org/614304
-
---- a/src/kuickshow.cpp
-+++ b/src/kuickshow.cpp
-@@ -661,7 +661,7 @@ void KuickShow::performDeleteCurrentImage(QWidget *parent)
- }
-
- tryShowNextImage();
-- fileWidget->del(list, false, false);
-+ fileWidget->del(list, 0L, false);
- }
-
- void KuickShow::performTrashCurrentImage(QWidget *parent)