Skip to content

Commit 0ead08b

Browse files
committed
Fix incorrect QtGui import
1 parent 96e10eb commit 0ead08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/processing/gui/ConfigDialog.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
QWidget,
4141
QToolButton,
4242
QHBoxLayout,
43-
QComboBox)
43+
QComboBox,
44+
QPushButton)
4445
from qgis.PyQt.QtGui import (QIcon,
45-
QPushButton,
4646
QStandardItemModel,
4747
QStandardItem)
4848

0 commit comments

Comments
 (0)