Skip to content

Commit d4027bb

Browse files
committedOct 28, 2013
add LayerSelection idetinfy mode in SIP
1 parent 1f81a84 commit d4027bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/gui/qgsmaptoolidentify.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class QgsMapToolIdentify : QgsMapTool
32
{
43
%TypeHeaderCode
@@ -12,7 +11,8 @@ class QgsMapToolIdentify : QgsMapTool
1211
DefaultQgsSetting = -1,
1312
ActiveLayer,
1413
TopDownStopAtFirst,
15-
TopDownAll
14+
TopDownAll,
15+
LayerSelection
1616
};
1717

1818
enum LayerType

0 commit comments

Comments
 (0)
Please sign in to comment.