Skip to content

Commit

Permalink
fix: load svg icons in windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Jan 18, 2018
1 parent f237244 commit b5d0ca0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pomito/plugins/ui/qtapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
from PyQt5 import QtCore, QtDBus, QtGui, QtWidgets
from PyQt5.QtCore import QAbstractNativeEventFilter, QAbstractEventDispatcher

# Required for bundling svg icon support
from PyQt5 import QtSvg, QtXml # noqa

QtCore.Signal = QtCore.pyqtSignal
QtCore.Slot = QtCore.pyqtSlot

Expand Down

0 comments on commit b5d0ca0

Please sign in to comment.