[QGIS Commit] r14870 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Dec 8 13:44:30 EST 2010


Author: wonder
Date: 2010-12-08 10:44:30 -0800 (Wed, 08 Dec 2010)
New Revision: 14870

Modified:
   trunk/qgis/python/core/qgscomposerlegend.sip
Log:
Added missing bindings in QgsComposerLegend (#3310)


Modified: trunk/qgis/python/core/qgscomposerlegend.sip
===================================================================
--- trunk/qgis/python/core/qgscomposerlegend.sip	2010-12-08 18:29:24 UTC (rev 14869)
+++ trunk/qgis/python/core/qgscomposerlegend.sip	2010-12-08 18:44:30 UTC (rev 14870)
@@ -33,6 +33,9 @@
     QFont titleFont() const;
     void setTitleFont( const QFont& f );
 
+    QFont groupFont() const;
+    void setGroupFont( const QFont& f );
+
     QFont layerFont() const;
     void setLayerFont( const QFont& f );
 



More information about the QGIS-commit mailing list