Feature request #3310
Missing methods in qgscomposerlegend.sip
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Borys Jurgiel | ||
Category: | Python plugins | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 13370 |
Description
There are two missing methods in the python bindings of the QgsComposerLegend class:
QFont groupFont() const;
void setGroupFont( const QFont& f );
History
#1 Updated by Martin Dobias almost 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in 4001fa09 (SVN r14871)