Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/scribus/files: scribus-1.5.0-QObject.patch
Date: Mon, 01 Jun 2015 08:59:15
Message-Id: 20150601085911.848C5A10@oystercatcher.gentoo.org
1 jlec 15/06/01 08:59:11
2
3 Added: scribus-1.5.0-QObject.patch
4 Log:
5 Add patch for missing includes, bug #550162
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.1 app-office/scribus/files/scribus-1.5.0-QObject.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-QObject.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-QObject.patch?rev=1.1&content-type=text/plain
14
15 Index: scribus-1.5.0-QObject.patch
16 ===================================================================
17 scribus/sclayer.cpp | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/scribus/sclayer.cpp b/scribus/sclayer.cpp
21 index 502112b..4da7bd5 100644
22 --- a/scribus/sclayer.cpp
23 +++ b/scribus/sclayer.cpp
24 @@ -9,6 +9,7 @@ for which a new license (GPL+exception) is in place.
25
26 #include <QHash> //necessary to avoid msvc warnings induced by SCRIBUS_API on ScLayers + early instanciation of templates
27 #include <QVector> //necessary to avoid msvc warnings induced by SCRIBUS_API on ScLayers + early instanciation of templates
28 +#include <QObject>
29 #include <QtAlgorithms>
30
31 ScLayer::ScLayer(void)