Skip to content

Commit c9058ed

Browse files
drnextgism-kuhn
authored andcommittedDec 1, 2016
Add QIntValidator and qVersion to fix_pyqt
1 parent d2e2110 commit c9058ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎scripts/qgis_fixes/fix_pyqt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"QPolygonF",
3434
"QFontMetricsF",
3535
"QGradient",
36+
"QIntValidator",
3637
]),
3738
("qgis.PyQt.QtWidgets", [
3839
"QAbstractButton",
@@ -284,6 +285,7 @@
284285
"pyqtSlot",
285286
"qDebug",
286287
"qWarning",
288+
"qVersion",
287289
"QDate",
288290
"QTime",
289291
"QDateTime",

0 commit comments

Comments
 (0)
Please sign in to comment.