You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that PyQt6.QtCore.pyqtBoundSignal, pyqtProperty, and pyqtSlot were omitted from #225 and #229. Any reason? just lacking a PR to add them back?
The text was updated successfully, but these errors were encountered:
Hey @tlambert03 , thanks for this! The reason would be that #225 and #229 are primarily focused on adding support for PySide6, while #233 is concerned with PyQt6 and mentions this issue (first pointed out by @tomgoddard ), and in fact PR #271 adds them back. Sorry if that wasn't clear!
I notice that
PyQt6.QtCore.pyqtBoundSignal
,pyqtProperty
, andpyqtSlot
were omitted from #225 and #229. Any reason? just lacking a PR to add them back?The text was updated successfully, but these errors were encountered: