mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #6553 from pblottiere/bugfix_dbmanager_stop
[dbmanager] Fixes empty table
This commit is contained in:
commit
d09a34c900
@ -170,7 +170,6 @@ class SqlResultModelAsync(QObject):
|
||||
self.status = self.task.status
|
||||
self.model = self.task.model
|
||||
self.error = self.task.error
|
||||
self.task = None
|
||||
|
||||
self.done.emit()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user