diff options
Diffstat (limited to 'math/qtiplot/files/patch-sip-4.19.6')
-rw-r--r-- | math/qtiplot/files/patch-sip-4.19.6 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/qtiplot/files/patch-sip-4.19.6 b/math/qtiplot/files/patch-sip-4.19.6 deleted file mode 100644 index 412cf9b76578..000000000000 --- a/math/qtiplot/files/patch-sip-4.19.6 +++ /dev/null @@ -1,17 +0,0 @@ -Obtained from: https://bugs.gentoo.org/641514#c2 ---- qtiplot/src/scripting/qti.sip.orig 2018-01-02 11:37:07 UTC -+++ qtiplot/src/scripting/qti.sip -@@ -3243,11 +3243,11 @@ class FFT : Filter (public) - %MethodCode - SIPQTI_APP(new sipFFT(app, a0, *a1, a2, a3)) - %End -- FFT(QwtPlotCurve *&) /NoDerived/; -+ FFT(QwtPlotCurve *) /NoDerived/; - %MethodCode - SIPQTI_APP(new sipFFT(app, a0)) - %End -- FFT(QwtPlotCurve *&, double, double) /NoDerived/; -+ FFT(QwtPlotCurve *, double, double) /NoDerived/; - %MethodCode - SIPQTI_APP(new sipFFT(app, a0, a1, a2)) - %End |