Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 15, 2014
1 parent 24ce745 commit a1aa980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/composer/qgscomposerattributetablemodel.sip
@@ -1,5 +1,5 @@
/**A model for displaying columns shown in a QgsComposerAttributeTable*/
class QgsComposerAttributeTableColumnModel: public QAbstractTableModel
class QgsComposerAttributeTableColumnModel: QAbstractTableModel
{
%TypeHeaderCode
#include <qgscomposerattributetablemodel.h>
Expand Down Expand Up @@ -91,7 +91,7 @@ class QgsComposerAttributeTableColumnModel: public QAbstractTableModel
};

/**Allows for filtering QgsComposerAttributeTable columns by columns which are sorted or unsorted*/
class QgsComposerTableSortColumnsProxyModel : public QSortFilterProxyModel
class QgsComposerTableSortColumnsProxyModel : QSortFilterProxyModel
{
%TypeHeaderCode
#include <qgscomposerattributetablemodel.h>
Expand Down

0 comments on commit a1aa980

Please sign in to comment.