sip skip on ColumnConfig == for now

Fails on Windows build for some reason
This commit is contained in:
Nathan Woodrow 2017-04-08 12:57:50 +01:00
parent 61137dc8bf
commit f450b98b26
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,6 @@ class QgsAttributeTableConfig
Constructor for ColumnConfig
%End
bool operator== ( const QgsAttributeTableConfig::ColumnConfig &other ) const;
QgsAttributeTableConfig::Type type; //!< The type of this column.
QString name; //!< The name of the attribute if this column represents a field

View File

@ -21,6 +21,7 @@
#include <QDomNode>
#include <QVariant>
#include "qgis.h"
#include "qgis_core.h"
class QgsFields;
@ -56,7 +57,7 @@ class CORE_EXPORT QgsAttributeTableConfig
, width( -1 )
{}
bool operator== ( const QgsAttributeTableConfig::ColumnConfig &other ) const;
bool operator== ( const QgsAttributeTableConfig::ColumnConfig &other ) const SIP_SKIP;
QgsAttributeTableConfig::Type type; //!< The type of this column.
QString name; //!< The name of the attribute if this column represents a field