We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079029e commit 0519423Copy full SHA for 0519423
python/core/__init__.py
@@ -1,3 +1,9 @@
1
+try:
2
+ import sip
3
+ sip.setapi("QVariant", 2)
4
+except:
5
+ pass
6
+
7
import inspect
8
import string
9
from qgis._core import *
0 commit comments