Skip to content

Commit

Permalink
bump to 3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 8, 2024
1 parent f78f72b commit d695d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions swiss_locator/core/filters/swiss_locator_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
from swiss_locator.core.settings import Settings
from swiss_locator.core.language import get_language

if Qgis.QGIS_VERSION_INT >= 33900:
from swiss_locator.gui.config_dialog import ConfigDialog
from swiss_locator.gui.config_dialog import ConfigDialog
from swiss_locator.gui.maptip import MapTip
from swiss_locator.gui.qtwebkit_conf import with_qt_web_kit
from swiss_locator.utils.utils import url_with_param
Expand Down Expand Up @@ -195,7 +194,7 @@ def clearPreviousResults(self):
self.current_timer = None

def hasConfigWidget(self):
return Qgis.QGIS_VERSION_INT >= 33900
return True

def openConfigWidget(self, parent=None):
dlg = ConfigDialog(parent)
Expand Down
2 changes: 1 addition & 1 deletion swiss_locator/metadata.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[general]
name=Swiss Locator
qgisMinimumVersion=3.34
qgisMinimumVersion=3.40
description=A locator filter for Swiss Geoportal (geo.admin.ch) and opendata.swiss resources
about=Search for locations, WMS layers of features in the whole Swiss Geoportal catalog as well as in opendata.swiss
version=dev
Expand Down

0 comments on commit d695d76

Please sign in to comment.