Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collections.abc replaced collections in python 3.10 #102

Merged
merged 3 commits into from
Jun 10, 2022
Merged

collections.abc replaced collections in python 3.10 #102

merged 3 commits into from
Jun 10, 2022

Conversation

Sharaf5
Copy link
Contributor

@Sharaf5 Sharaf5 commented Feb 10, 2022

No description provided.

collections.abc replaced collections in python 3.10
collections.abc replaced collections in python 3.10
Fix this issue:
    self.setPath(self.mPath)
TypeError: 'PySide2.QtWidgets.QGraphicsPathItem.setPath' called with wrong argument types:
  PySide2.QtWidgets.QGraphicsPathItem.setPath(QPainterPath, QPainterPath)
Supported signatures:
  PySide2.QtWidgets.QGraphicsPathItem.setPath(PySide2.QtGui.QPainterPath)
@IlgarLunin IlgarLunin merged commit 6702b3c into wonderworks-software:master Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants