all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob d9d29bbd1a44829286803efa098f14cdde00624f 575 bytes (raw)
name: gnu/packages/patches/konversation-Fix-build-with-Qt-5.11.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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


debug log:

solving d9d29bbd1a ...
found d9d29bbd1a in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.