Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build error, add missing enum to sip file
  • Loading branch information
dakcarto committed Sep 7, 2013
1 parent d334672 commit f66f9aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -120,6 +120,15 @@ class QgsVectorLayer : QgsMapLayer
Color, /* color @added in 1.9 */
};

/** Types of feature form suppression after feature creation
* @note added in 2.1 */
enum FeatureFormSuppress
{
SuppressDefault = 0, // use the application-wide setting
SuppressOn = 1,
SuppressOff = 2
};

struct RangeData
{
RangeData();
Expand Down

0 comments on commit f66f9aa

Please sign in to comment.