Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot/files: qtiplot-0.9.8.9-private.patch
Date: Fri, 01 Nov 2013 11:20:34
Message-Id: 20131101112026.8624A2004B@flycatcher.gentoo.org
1 dilfridge 13/11/01 11:20:26
2
3 Added: qtiplot-0.9.8.9-private.patch
4 Log:
5 Add build fix from bug 485940, thanks Vadim Dyadkin
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.1 sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch?rev=1.1&content-type=text/plain
14
15 Index: qtiplot-0.9.8.9-private.patch
16 ===================================================================
17 diff -ruN qtiplot-0.9.8.9.orig/qtiplot/src/plot2D/ImageWidget.h qtiplot-0.9.8.9/qtiplot/src/plot2D/ImageWidget.h
18 --- qtiplot-0.9.8.9.orig/qtiplot/src/plot2D/ImageWidget.h 2010-10-17 09:04:05.000000000 +0200
19 +++ qtiplot-0.9.8.9/qtiplot/src/plot2D/ImageWidget.h 2013-11-01 12:11:36.559973891 +0100
20 @@ -67,10 +67,10 @@
21 void setWindowName(const QString& name){d_window_name = name;};
22
23 static QPixmap windowPixmap(ApplicationWindow *mw, const QString& name, const QSize& size);
24 + void paintEvent(QPaintEvent *e);
25
26 private:
27 void draw(QPainter *painter, const QRect& r);
28 - void paintEvent(QPaintEvent *e);
29 QPixmap d_pix;
30 //! The file from which the image was loaded.
31 QString d_file_name;