You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the plugin can't connect to the database as the connection details are stored in qgis_global_settings.ini,
replacing QSettings() with QgsSettings() in line 61 of pgLoadVersion.py appears to fix it
The text was updated successfully, but these errors were encountered:
the plugin can't connect to the database as the connection details are stored in qgis_global_settings.ini,
replacing QSettings() with QgsSettings() in line 61 of pgLoadVersion.py appears to fix it
The text was updated successfully, but these errors were encountered: