mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
sip skip on ColumnConfig == for now
Fails on Windows build for some reason
This commit is contained in:
parent
61137dc8bf
commit
f450b98b26
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user