diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-14 01:57:58 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-14 01:57:58 +0000 |
commit | 1b5ac6b603626d26dbb3484ae4cb7624cb18a620 (patch) | |
tree | 9041a4b00af7a77dac1b32806fb24d03fbe30134 /user/konversation/qt5.patch | |
parent | eb2ee1e3dc396b3dcf52e391c7227faaeb858d20 (diff) | |
download | packages-1b5ac6b603626d26dbb3484ae4cb7624cb18a620.tar.gz packages-1b5ac6b603626d26dbb3484ae4cb7624cb18a620.tar.bz2 packages-1b5ac6b603626d26dbb3484ae4cb7624cb18a620.tar.xz packages-1b5ac6b603626d26dbb3484ae4cb7624cb18a620.zip |
user/*: Modernise / fix syntax / deps / code
Diffstat (limited to 'user/konversation/qt5.patch')
-rw-r--r-- | user/konversation/qt5.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/user/konversation/qt5.patch b/user/konversation/qt5.patch new file mode 100644 index 000000000..d9d29bbd1 --- /dev/null +++ b/user/konversation/qt5.patch @@ -0,0 +1,24 @@ +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 + |