[composer] Fix python bindings for composer attribute table

This commit is contained in:
Matthias Kuhn 2013-11-14 16:11:34 +01:00
parent e437349264
commit f867506b8e

View File

@ -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)*/