Skip to content

Commit 008b8d6

Browse files
committed
Pass iface for plugin installation
Needs opengisch/oqtopus#125
1 parent 36eed39 commit 008b8d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

teksi_module_management_tool/teksi_module_management_tool_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def show_main_dialog(self):
190190
modules_config_path=conf_path,
191191
about_dialog_cls=AboutDialog,
192192
parent=self.iface.mainWindow(),
193+
qgis_iface=self.iface,
193194
)
194195
main_dialog.setWindowTitle(f"{TMMTPluginUtils.PLUGIN_NAME}")
195196
main_dialog.exec()

0 commit comments

Comments
 (0)