mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -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.status = self.task.status
|
||||||
self.model = self.task.model
|
self.model = self.task.model
|
||||||
self.error = self.task.error
|
self.error = self.task.error
|
||||||
self.task = None
|
|
||||||
|
|
||||||
self.done.emit()
|
self.done.emit()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user