mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
update plugin installer for new API
git-svn-id: http://svn.osgeo.org/qgis/trunk@9240 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f95f58d6b5
commit
b479d4e1d2
@ -43,5 +43,5 @@ class InstallerPlugin:
|
||||
def run(self):
|
||||
# create and show a configuration dialog
|
||||
flags = Qt.WindowTitleHint | Qt.WindowSystemMenuHint | Qt.WindowMaximizeButtonHint
|
||||
self.gui = InstallerPluginGui(self.iface.getMainWindow(),flags)
|
||||
self.gui = InstallerPluginGui(self.iface.mainWindow(),flags)
|
||||
self.gui.show()
|
||||
|
Loading…
x
Reference in New Issue
Block a user