Skip to content

Commit

Permalink
Fix incorrect QtGui import
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 4, 2016
1 parent 96e10eb commit 0ead08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/gui/ConfigDialog.py
Expand Up @@ -40,9 +40,9 @@
QWidget,
QToolButton,
QHBoxLayout,
QComboBox)
QComboBox,
QPushButton)
from qgis.PyQt.QtGui import (QIcon,
QPushButton,
QStandardItemModel,
QStandardItem)

Expand Down

0 comments on commit 0ead08b

Please sign in to comment.