Fix build error, add missing enum to sip file

This commit is contained in:
Larry Shaffer 2013-09-06 19:47:15 -06:00
parent d334672f6d
commit f66f9aaa3e

View File

@ -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();