Skip to content

Commit

Permalink
Merge pull request #870 from opengisch/xml
Browse files Browse the repository at this point in the history
accept xml files in wizard
  • Loading branch information
signedav authored Dec 15, 2023
2 parents 47ebb36 + 656df2b commit 155909f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QgisModelBaker/utils/gui_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def dragEnterEvent(self, event):
pathlib.Path(url.toLocalFile()).suffix[1:]
in FileDropListView.ValidExtenstions
+ FileDropListView.ValidIniExtensions
+ FileDropListView.ValidXmlExtensions
):
event.acceptProposedAction()
break
Expand Down

0 comments on commit 155909f

Please sign in to comment.