mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
[dbmanager] add string description to query task for better notification (#8259)
This commit is contained in:
parent
f7cd2cf2a1
commit
f32fe8b210
@ -177,7 +177,7 @@ class SqlResultModelAsync(QObject):
|
||||
class SqlResultModelTask(QgsTask):
|
||||
|
||||
def __init__(self, db, sql, parent):
|
||||
super().__init__()
|
||||
super().__init__(description=QApplication.translate("DBManagerPlugin", "Executing SQL"))
|
||||
self.db = db
|
||||
self.sql = sql
|
||||
self.parent = parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user