mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Replace QVariant.Int with QMetaType.Type.Int
This commit is contained in:
parent
a6bd9d9b35
commit
52420c323b
@ -70,4 +70,4 @@ QVariant.__eq__ = __eq__
|
||||
QVariant.__ne__ = __ne__
|
||||
QVariant.__hash__ = __hash__
|
||||
|
||||
NULL = QVariant(QVariant.Int)
|
||||
NULL = QVariant(QMetaType.Type.Int)
|
||||
|
Loading…
x
Reference in New Issue
Block a user