We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 325a312 commit d49c744Copy full SHA for d49c744
python/core/qgslabel.sip
@@ -63,10 +63,10 @@ public:
63
void setFields( const QMap<int, QgsField> & fields );
64
65
//! Available vector fields
66
- // TODO: ??? QMap<int, QgsField> & fields ( void );
+ QMap<int, QgsField> & fields ( );
67
68
//! Pointer to default attributes
69
- // TODO: wrap QgsLabelAttributes *layerAttributes ( void );
+ QgsLabelAttributes *layerAttributes ( );
70
71
//! Set label field
72
void setLabelField ( int attr, const QString str );
0 commit comments