Bug report #6602
Python bindings: projectRead() not thrown on Windows
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Python plugins | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Windows | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | not reproducable |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15791 |
Description
I'm connecting the projectRead() signal:
... self.iface.projectRead.connect(self.onProjectRead) ...
to this slot:
@pyqtSlot() def onProjectRead(self): ...
On Linux this works perfectly, but on Windows onProjectRead()
is never called.
History
#1 Updated by Médéric RIBREUX almost 9 years ago
- Status changed from Open to Feedback
Hello, bug triage...
can you confirm this bug is still here in QGIS 2.13 master (use a nightly build) ?
#2 Updated by Giovanni Manghi over 8 years ago
- Resolution set to not reproducable
- Status changed from Feedback to Closed
closing for lack of feedback. Please reopen if necessary.