public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/scribus/files: scribus-1.5.0-QObject.patch
@ 2015-06-01  8:59 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-06-01  8:59 UTC (permalink / raw
  To: gentoo-commits

jlec        15/06/01 08:59:11

  Added:                scribus-1.5.0-QObject.patch
  Log:
  Add patch for missing includes, bug #550162
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.1                  app-office/scribus/files/scribus-1.5.0-QObject.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-QObject.patch?rev=1.1&view=markup
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

Index: scribus-1.5.0-QObject.patch
===================================================================
 scribus/sclayer.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scribus/sclayer.cpp b/scribus/sclayer.cpp
index 502112b..4da7bd5 100644
--- a/scribus/sclayer.cpp
+++ b/scribus/sclayer.cpp
@@ -9,6 +9,7 @@ for which a new license (GPL+exception) is in place.
 
 #include <QHash>   //necessary to avoid msvc warnings induced by SCRIBUS_API on ScLayers + early instanciation of templates
 #include <QVector> //necessary to avoid msvc warnings induced by SCRIBUS_API on ScLayers + early instanciation of templates
+#include <QObject>
 #include <QtAlgorithms>
 
 ScLayer::ScLayer(void)





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-01  8:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01  8:59 [gentoo-commits] gentoo-x86 commit in app-office/scribus/files: scribus-1.5.0-QObject.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox