Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56262 | Differences between
and this patch

Collapse All | Expand All

(-)/trunk/qgis/python/core/qgsgeometry.sip (-1 / +1 lines)
Lines 15-18 Link Here
15
typedef QVector< QVector< QVector<QgsPoint> > > QgsMultiPolygon;
15
typedef QVector< QVector< QVector<QgsPoint> > > QgsMultiPolygon;
16
16
17
typedef unsigned int size_t;
17
    
18
    
18
class QgsGeometry
19
class QgsGeometry
Lines 53-57 Link Here
53
    static QgsGeometry* fromRect(const QgsRectangle& rect) /Factory/;
54
    static QgsGeometry* fromRect(const QgsRectangle& rect) /Factory/;
54
        
55
        
55
    typedef unsigned int size_t;
56
56
57
    
57
    
(-)/trunk/qgis/python/core/qgsfeature.sip (-2 lines)
Lines 9-14 Link Here
9
  public:
9
  public:
10
10
11
    typedef unsigned int size_t;
12
    
13
    //! Constructor
11
    //! Constructor
14
    QgsFeature(int id = 0, QString typeName = "" );
12
    QgsFeature(int id = 0, QString typeName = "" );

Return to bug 56262