Skip to content
Permalink
Browse files
Fix incorrect QtGui import
  • Loading branch information
nyalldawson committed Sep 4, 2016
1 parent 96e10eb commit 0ead08b
Showing 1 changed file with 2 additions and 2 deletions.
@@ -40,9 +40,9 @@
QWidget,
QToolButton,
QHBoxLayout,
QComboBox)
QComboBox,
QPushButton)
from qgis.PyQt.QtGui import (QIcon,
QPushButton,
QStandardItemModel,
QStandardItem)

0 comments on commit 0ead08b

Please sign in to comment.