We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 24ce745 commit a1aa980Copy full SHA for a1aa980
python/core/composer/qgscomposerattributetablemodel.sip
@@ -1,5 +1,5 @@
1
/**A model for displaying columns shown in a QgsComposerAttributeTable*/
2
-class QgsComposerAttributeTableColumnModel: public QAbstractTableModel
+class QgsComposerAttributeTableColumnModel: QAbstractTableModel
3
{
4
%TypeHeaderCode
5
#include <qgscomposerattributetablemodel.h>
@@ -91,7 +91,7 @@ class QgsComposerAttributeTableColumnModel: public QAbstractTableModel
91
};
92
93
/**Allows for filtering QgsComposerAttributeTable columns by columns which are sorted or unsorted*/
94
-class QgsComposerTableSortColumnsProxyModel : public QSortFilterProxyModel
+class QgsComposerTableSortColumnsProxyModel : QSortFilterProxyModel
95
96
97
0 commit comments