Bug report #5662
OpenStreetMap plugin doesn't unload correctly
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Python plugins | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | invalid |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15217 |
Description
When unloading the OSM plugin, something stays connected:
Traceback (most recent call last):
File "/usr/local/share/qgis/python/plugins/osm/OsmLoadDlg.py", line 268, in event
if e.type() == QEvent.DynamicPropertyChange:
AttributeError: 'NoneType' object has no attribute 'DynamicPropertyChange'
History
#1 Updated by Borys Jurgiel over 11 years ago
- Resolution set to invalid
- Status changed from Open to Closed
I'm closing it, as the OSM plugin is cancelled.