We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e616bd1 commit 46fba2cCopy full SHA for 46fba2c
python/core/composer/qgscomposerattributetable.sip
@@ -57,7 +57,8 @@ class QgsComposerAttributeTable : QgsComposerTable
57
58
//void setSortAttributes( const QList<QPair<int, bool> > att );
59
//QList<QPair<int, bool> > sortAttributes() const;
60
-
+ protected:
61
+ virtual QMap<int, QString> getHeaderLabels() const;
62
63
signals:
64
/**This signal is emitted if the maximum number of feature changes (interactively)*/
0 commit comments