Skip to content

Commit

Permalink
Merge pull request #229 from abstractfactory/repair223
Browse files Browse the repository at this point in the history
Repair #223
  • Loading branch information
mottosso authored Aug 9, 2017
2 parents fd93c1f + 7e1f560 commit 45a13ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,8 @@ def _install():
setattr(our_submodule, member, their_member)

# Backwards compatibility
Qt.QtCompat.load_ui = Qt.QtCompat.loadUi
if hasattr(Qt.QtCompat, 'loadUi'):
Qt.QtCompat.load_ui = Qt.QtCompat.loadUi


_install()
Expand Down

0 comments on commit 45a13ed

Please sign in to comment.