Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing bindings in QgsComposerLegend (#3310)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14870 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Dec 8, 2010
1 parent b858056 commit 4001fa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgscomposerlegend.sip
Expand Up @@ -33,6 +33,9 @@ class QgsComposerLegend: QgsComposerItem
QFont titleFont() const;
void setTitleFont( const QFont& f );

QFont groupFont() const;
void setGroupFont( const QFont& f );

QFont layerFont() const;
void setLayerFont( const QFont& f );

Expand Down

0 comments on commit 4001fa0

Please sign in to comment.