Skip to content

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)
Please sign in to comment.