mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix LineEdit name error
This commit is contained in:
parent
534ff68bbc
commit
8602d8fd97
@ -376,7 +376,7 @@ class DlgImportVector(QDialog, Ui_Dialog):
|
|||||||
supportCom = self.db.supportsComment()
|
supportCom = self.db.supportsComment()
|
||||||
if self.chkCom.isEnabled() and self.chkCom.isChecked() and supportCom:
|
if self.chkCom.isEnabled() and self.chkCom.isChecked() and supportCom:
|
||||||
# using connector executing COMMENT ON TABLE query (with editCome.text() value)
|
# using connector executing COMMENT ON TABLE query (with editCome.text() value)
|
||||||
com = self.editCome.text()
|
com = self.editCom.text()
|
||||||
self.db.connector.commentTable(schema, table, com)
|
self.db.connector.commentTable(schema, table, com)
|
||||||
|
|
||||||
self.db.connection().reconnect()
|
self.db.connection().reconnect()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user