Fix windows build

This commit is contained in:
Nathan Woodrow 2014-05-15 22:20:33 +10:00
parent 24ce7456f4
commit a1aa980928

View File

@ -1,5 +1,5 @@
/**A model for displaying columns shown in a QgsComposerAttributeTable*/
class QgsComposerAttributeTableColumnModel: public QAbstractTableModel
class QgsComposerAttributeTableColumnModel: QAbstractTableModel
{
%TypeHeaderCode
#include <qgscomposerattributetablemodel.h>
@ -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>