mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added missing bindings in QgsComposerLegend (#3310)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14870 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b85805639e
commit
4001fa0992
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user