Skip to content

Commit d49c744

Browse files
author
wonder
committed
Python: wrapped two functions in QgsLabel
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6748 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 325a312 commit d49c744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/core/qgslabel.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ public:
6363
void setFields( const QMap<int, QgsField> & fields );
6464

6565
//! Available vector fields
66-
// TODO: ??? QMap<int, QgsField> & fields ( void );
66+
QMap<int, QgsField> & fields ( );
6767

6868
//! Pointer to default attributes
69-
// TODO: wrap QgsLabelAttributes *layerAttributes ( void );
69+
QgsLabelAttributes *layerAttributes ( );
7070

7171
//! Set label field
7272
void setLabelField ( int attr, const QString str );

0 commit comments

Comments
 (0)