diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-06-12 17:12:18 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:34:01 -0500 |
commit | 9d9b10083f0354515da6250339447ad0def5af9b (patch) | |
tree | 7a05b0e84ed90e582bad7f8b8ee349c896849f6d /user/konversation/qt5.patch | |
parent | 2abb049df230830404fa8bd27ed69ce571272d0a (diff) | |
download | packages-9d9b10083f0354515da6250339447ad0def5af9b.tar.gz packages-9d9b10083f0354515da6250339447ad0def5af9b.tar.bz2 packages-9d9b10083f0354515da6250339447ad0def5af9b.tar.xz packages-9d9b10083f0354515da6250339447ad0def5af9b.zip |
user/konversation: Update to 1.7.7
Fixes: #750
Diffstat (limited to 'user/konversation/qt5.patch')
-rw-r--r-- | user/konversation/qt5.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/user/konversation/qt5.patch b/user/konversation/qt5.patch deleted file mode 100644 index d9d29bbd1..000000000 --- a/user/konversation/qt5.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 4d0036617becc26a76fd021138c98aceec4c7b53 Mon Sep 17 00:00:00 2001 -From: Luca Beltrame <lbeltrame@kde.org> -Date: Sun, 21 Jul 2019 09:14:32 +0200 -Subject: Fix build with Qt 5.13 - ---- - src/irc/outputfilter.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/irc/outputfilter.cpp b/src/irc/outputfilter.cpp -index f9e6253..45d11fb 100644 ---- a/src/irc/outputfilter.cpp -+++ b/src/irc/outputfilter.cpp -@@ -32,6 +32,7 @@ - - #include <QStringList> - #include <QFile> -+#include <QMetaMethod> - #include <QRegExp> - #include <QTextCodec> - #include <QByteArray> --- -cgit v1.1 - |