Skip to content

Commit

Permalink
more verbose keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed May 9, 2018
1 parent 01df18f commit dfd82ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qgis2to3/api2finder/qgis2apifinder
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import re
from qgis2to3.api2finder.matchesdict import matches

# user configurable if wanted
VERBOSE_KEYS = ['layout', 'layer', 'fields']
VERBOSE_KEYS = ['layout', 'layer', 'fields', 'clear', 'draw', 'name',
'label', 'instance', 'actions', 'layers', 'dialog',
'reject', 'select', 'accept']

# do not change
TOTAL = 0
Expand Down

0 comments on commit dfd82ec

Please sign in to comment.