Skip to content

Commit dfc161a

Browse files
author
wonder
committed
Added missing bindings in QgsComposerLegend (#3310)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14870 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9738198 commit dfc161a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/core/qgscomposerlegend.sip

+3
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)