mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
Fix build error, add missing enum to sip file
This commit is contained in:
parent
d334672f6d
commit
f66f9aaa3e
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user