Skip to content

Commit dfc161a

Browse files
author
wonder
committedDec 8, 2010
Added missing bindings in QgsComposerLegend (#3310)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14870 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎python/core/qgscomposerlegend.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class QgsComposerLegend: QgsComposerItem
3333
QFont titleFont() const;
3434
void setTitleFont( const QFont& f );
3535

36+
QFont groupFont() const;
37+
void setGroupFont( const QFont& f );
38+
3639
QFont layerFont() const;
3740
void setLayerFont( const QFont& f );
3841

0 commit comments

Comments
 (0)
Please sign in to comment.