Skip to content

Commit

Permalink
Add QIntValidator and qVersion to fix_pyqt
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis authored and m-kuhn committed Dec 1, 2016
1 parent d2e2110 commit c9058ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/qgis_fixes/fix_pyqt.py
Expand Up @@ -33,6 +33,7 @@
"QPolygonF",
"QFontMetricsF",
"QGradient",
"QIntValidator",
]),
("qgis.PyQt.QtWidgets", [
"QAbstractButton",
Expand Down Expand Up @@ -284,6 +285,7 @@
"pyqtSlot",
"qDebug",
"qWarning",
"qVersion",
"QDate",
"QTime",
"QDateTime",
Expand Down

0 comments on commit c9058ed

Please sign in to comment.