Skip to content

Commit

Permalink
Python: wrapped two functions in QgsLabel
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6748 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Mar 2, 2007
1 parent 325a312 commit d49c744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgslabel.sip
Expand Up @@ -63,10 +63,10 @@ public:
void setFields( const QMap<int, QgsField> & fields );

//! Available vector fields
// TODO: ??? QMap<int, QgsField> & fields ( void );
QMap<int, QgsField> & fields ( );

//! Pointer to default attributes
// TODO: wrap QgsLabelAttributes *layerAttributes ( void );
QgsLabelAttributes *layerAttributes ( );

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

0 comments on commit d49c744

Please sign in to comment.