diff options
author | 2013-11-01 11:20:26 +0000 | |
---|---|---|
committer | 2013-11-01 11:20:26 +0000 | |
commit | 20472191e32cadd5a7310637a7ca70ad9fbcd938 (patch) | |
tree | d9514b1de0f07b4defbff5fcb288852b0022a5bd /sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch | |
parent | One more new dependency. (diff) | |
download | gentoo-2-20472191e32cadd5a7310637a7ca70ad9fbcd938.tar.gz gentoo-2-20472191e32cadd5a7310637a7ca70ad9fbcd938.tar.bz2 gentoo-2-20472191e32cadd5a7310637a7ca70ad9fbcd938.zip |
Add build fix from bug 485940, thanks Vadim Dyadkin
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch')
-rw-r--r-- | sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch b/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch new file mode 100644 index 000000000000..7bec3771813c --- /dev/null +++ b/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-private.patch @@ -0,0 +1,15 @@ +diff -ruN qtiplot-0.9.8.9.orig/qtiplot/src/plot2D/ImageWidget.h qtiplot-0.9.8.9/qtiplot/src/plot2D/ImageWidget.h +--- qtiplot-0.9.8.9.orig/qtiplot/src/plot2D/ImageWidget.h 2010-10-17 09:04:05.000000000 +0200 ++++ qtiplot-0.9.8.9/qtiplot/src/plot2D/ImageWidget.h 2013-11-01 12:11:36.559973891 +0100 +@@ -67,10 +67,10 @@ + void setWindowName(const QString& name){d_window_name = name;}; + + static QPixmap windowPixmap(ApplicationWindow *mw, const QString& name, const QSize& size); ++ void paintEvent(QPaintEvent *e); + + private: + void draw(QPainter *painter, const QRect& r); +- void paintEvent(QPaintEvent *e); + QPixmap d_pix; + //! The file from which the image was loaded. + QString d_file_name; |