Skip to content

Commit 46fba2c

Browse files
committed
[composer] Fix python bindings for composer attribute table
1 parent e616bd1 commit 46fba2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/core/composer/qgscomposerattributetable.sip

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ class QgsComposerAttributeTable : QgsComposerTable
5757

5858
//void setSortAttributes( const QList<QPair<int, bool> > att );
5959
//QList<QPair<int, bool> > sortAttributes() const;
60-
60+
protected:
61+
virtual QMap<int, QString> getHeaderLabels() const;
6162

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

0 commit comments

Comments
 (0)