Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add LayerSelection idetinfy mode in SIP
  • Loading branch information
3nids committed Oct 28, 2013
1 parent 1f81a84 commit d4027bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/gui/qgsmaptoolidentify.sip
@@ -1,4 +1,3 @@

class QgsMapToolIdentify : QgsMapTool
{
%TypeHeaderCode
Expand All @@ -12,7 +11,8 @@ class QgsMapToolIdentify : QgsMapTool
DefaultQgsSetting = -1,
ActiveLayer,
TopDownStopAtFirst,
TopDownAll
TopDownAll,
LayerSelection
};

enum LayerType
Expand Down

0 comments on commit d4027bb

Please sign in to comment.