From f867506b8ef209c327176d58ec361a31a5602612 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 14 Nov 2013 16:11:34 +0100 Subject: [PATCH] [composer] Fix python bindings for composer attribute table --- python/core/composer/qgscomposerattributetable.sip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/core/composer/qgscomposerattributetable.sip b/python/core/composer/qgscomposerattributetable.sip index 07dd88b60b4..06bb5dabc39 100644 --- a/python/core/composer/qgscomposerattributetable.sip +++ b/python/core/composer/qgscomposerattributetable.sip @@ -57,7 +57,8 @@ class QgsComposerAttributeTable : QgsComposerTable //void setSortAttributes( const QList > att ); //QList > sortAttributes() const; - + protected: + virtual QMap getHeaderLabels() const; signals: /**This signal is emitted if the maximum number of feature changes (interactively)*/