Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[composer] Fix python bindings for composer attribute table
  • Loading branch information
m-kuhn committed Nov 14, 2013
1 parent e616bd1 commit 46fba2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/core/composer/qgscomposerattributetable.sip
Expand Up @@ -57,7 +57,8 @@ class QgsComposerAttributeTable : QgsComposerTable

//void setSortAttributes( const QList<QPair<int, bool> > att );
//QList<QPair<int, bool> > sortAttributes() const;

protected:
virtual QMap<int, QString> getHeaderLabels() const;

signals:
/**This signal is emitted if the maximum number of feature changes (interactively)*/
Expand Down

0 comments on commit 46fba2c

Please sign in to comment.