diff options
Diffstat (limited to 'sci-visualization/qtiplot/files/qtiplot-0.9.7.3-sip.patch')
-rw-r--r-- | sci-visualization/qtiplot/files/qtiplot-0.9.7.3-sip.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.7.3-sip.patch b/sci-visualization/qtiplot/files/qtiplot-0.9.7.3-sip.patch deleted file mode 100644 index 2182c14e673e..000000000000 --- a/sci-visualization/qtiplot/files/qtiplot-0.9.7.3-sip.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naur qtiplot-0.9.7.3/qtiplot/src/scripting/qti.sip qtiplot-0.9.7.3.new/qtiplot/src/scripting/qti.sip ---- qtiplot-0.9.7.3/qtiplot/src/scripting/qti.sip 2008-10-20 06:32:35.000000000 -0400 -+++ qtiplot-0.9.7.3.new/qtiplot/src/scripting/qti.sip 2008-12-18 17:24:44.000000000 -0500 -@@ -74,8 +74,6 @@ - MdiSubWindow(const MdiSubWindow&);
- };
-
--typedef QList<MdiSubWindow*> MDIWindowList;
--
- class Table: MdiSubWindow
- {
- %TypeHeaderCode
-@@ -1072,7 +1070,7 @@ - Graph3D* plotParametricSurface(const QString&, const QString&, const QString&,
- double, double, double, double, int=40, int=40, bool=true, bool=true) /PyName=plot3D/;
-
-- MDIWindowList windowsList() /PyName=windows/;
-+ QList<MdiSubWindow*> windowsList() /PyName=windows/;
-
- // folders
- Folder *activeFolder() /NoDerived/;
-@@ -1867,7 +1865,7 @@ - #include "src/core/Folder.h"
- %End
- public:
-- MDIWindowList windowsList() /PyName=windows/;
-+ QList<MdiSubWindow*> windowsList() /PyName=windows/;
- // TODO: implement signal Folder::nameChanged and make it update the project explorer; adjust renaming from GUI accordingly
- // void setFolderName(const QString&) /PyName=setName/;
- QString name();
|