Skip to content

Commit

Permalink
Fix compatibility with QGIS 3.36
Browse files Browse the repository at this point in the history
Fixes #310
  • Loading branch information
nyalldawson committed Mar 4, 2024
1 parent 7410b6b commit 33b2885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koordinates/gui/data_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def dataProviderKey(self):
return 'koordinates'

def capabilities(self):
return int(QgsDataProvider.Dir)
return QgsDataProvider.Dir

def createDataItem(self, path, parentItem):
if not path:
Expand Down

0 comments on commit 33b2885

Please sign in to comment.