mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-16 00:06:09 -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 */
|
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
|
struct RangeData
|
||||||
{
|
{
|
||||||
RangeData();
|
RangeData();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user