From ab0c37562dca26d144b015e40784ee1ba603a110 Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Fri, 30 Aug 2024 11:17:13 +0200 Subject: [PATCH] fix: typo in method call --- ORStools/ORStoolsPlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ORStools/ORStoolsPlugin.py b/ORStools/ORStoolsPlugin.py index 224cecd2..4d8982ca 100644 --- a/ORStools/ORStoolsPlugin.py +++ b/ORStools/ORStoolsPlugin.py @@ -65,7 +65,7 @@ def __init__(self, iface): if qVersion() > "4.3.3": QCoreApplication.installTranslator(self.translator) - self.add_default_provoder_to_settings() + self.add_default_provider_to_settings() def initGui(self): """Create the menu entries and toolbar icons inside the QGIS GUI."""