]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pyqwt-3.10/qt2.x-compat.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pyqwt-3.10 / qt2.x-compat.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- PyQwt-20040118/sip/qwtarray.sip~add-missing-feature-tests   2003-12-14 16:54:29.000000000 +0100
7 +++ PyQwt-20040118/sip/qwtarray.sip     2004-01-29 18:31:21.000000000 +0100
8 @@ -34,11 +34,10 @@
9  // educational versions of Qt, PyQt and sip, PyQwt becomes a free plug-in
10  // for a non-free program.
11  
12 -
13  %MappedType QwtArray<long>
14  {
15  %TypeHeaderCode
16 -#include <qmemarray.h>
17 +//#include <qmemarray.h>
18  %End
19  
20  %ConvertFromTypeCode
21 @@ -339,7 +338,6 @@
22  %End // ConvertToTypeCode
23  }; // QwtArray<QwtEventPattern::MousePattern>
24  
25 -
26  // Local Variables:
27  // mode: C++
28  // c-file-style: "stroustrup"