We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95f58d commit b479d4eCopy full SHA for b479d4e
python/plugins/plugin_installer/installer_plugin.py
@@ -43,5 +43,5 @@ def unload(self):
43
def run(self):
44
# create and show a configuration dialog
45
flags = Qt.WindowTitleHint | Qt.WindowSystemMenuHint | Qt.WindowMaximizeButtonHint
46
- self.gui = InstallerPluginGui(self.iface.getMainWindow(),flags)
+ self.gui = InstallerPluginGui(self.iface.mainWindow(),flags)
47
self.gui.show()
0 commit comments