Skip to content

Commit a1aa980

Browse files
committedMay 15, 2014
Fix windows build
1 parent 24ce745 commit a1aa980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/core/composer/qgscomposerattributetablemodel.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**A model for displaying columns shown in a QgsComposerAttributeTable*/
2-
class QgsComposerAttributeTableColumnModel: public QAbstractTableModel
2+
class QgsComposerAttributeTableColumnModel: QAbstractTableModel
33
{
44
%TypeHeaderCode
55
#include <qgscomposerattributetablemodel.h>
@@ -91,7 +91,7 @@ class QgsComposerAttributeTableColumnModel: public QAbstractTableModel
9191
};
9292

9393
/**Allows for filtering QgsComposerAttributeTable columns by columns which are sorted or unsorted*/
94-
class QgsComposerTableSortColumnsProxyModel : public QSortFilterProxyModel
94+
class QgsComposerTableSortColumnsProxyModel : QSortFilterProxyModel
9595
{
9696
%TypeHeaderCode
9797
#include <qgscomposerattributetablemodel.h>

0 commit comments

Comments
 (0)
Please sign in to comment.