mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
[dbmanager] Fix bad import in vlayers plugin
This commit is contained in:
parent
79fc5b9deb
commit
d0c14ef0c7
@ -22,8 +22,9 @@ email : hugo dot mercier at oslandia dot com
|
|||||||
# this will disable the dbplugin if the connector raise an ImportError
|
# this will disable the dbplugin if the connector raise an ImportError
|
||||||
from .connector import VLayerConnector
|
from .connector import VLayerConnector
|
||||||
|
|
||||||
|
from qgis.PyQt.QtCore import QCoreApplication
|
||||||
from qgis.PyQt.QtGui import QIcon
|
from qgis.PyQt.QtGui import QIcon
|
||||||
from qgis.core import QgsVectorLayer, QgsProject, QgsVirtualLayerDefinition, QCoreApplication
|
from qgis.core import QgsVectorLayer, QgsProject, QgsVirtualLayerDefinition
|
||||||
|
|
||||||
from ..plugin import DBPlugin, Database, Table, VectorTable, TableField
|
from ..plugin import DBPlugin, Database, Table, VectorTable, TableField
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user