Skip to content

Commit

Permalink
PySide6: Handle QLibraryInfo.location
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 21, 2022
1 parent 9ad6400 commit 529beae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qtpy/QtCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@
QThread.exec_ = lambda self, *args, **kwargs: self.exec(*args, **kwargs)
QTextStreamManipulator.exec_ = lambda self, *args, **kwargs: self.exec(*args, **kwargs)

QLibraryInfo.location = QLibraryInfo.path
else:
raise QtBindingsNotFoundError()

0 comments on commit 529beae

Please sign in to comment.