Skip to content

Commit

Permalink
Fix qgsfield private header
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 5, 2019
1 parent 375b390 commit db838a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/core/auto_generated/qgsfield.sip.in
Expand Up @@ -12,6 +12,7 @@




class QgsField
{
%Docstring
Expand Down
3 changes: 2 additions & 1 deletion src/core/qgsfield.h
Expand Up @@ -20,7 +20,6 @@
#include <QVariant>
#include <QVector>
#include <QSharedDataPointer>
#include "qgsfield_p.h"
#include "qgis_core.h"
#include "qgis_sip.h"

Expand All @@ -36,6 +35,8 @@ typedef QList<int> QgsAttributeList SIP_SKIP;
#include "qgsfieldconstraints.h"
#include "qgsdefaultvalue.h"

class QgsFieldPrivate;

/**
* \class QgsField
* \ingroup core
Expand Down

0 comments on commit db838a3

Please sign in to comment.