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

Differently work around PyQt5 bug with argument types #3777

Merged
merged 2 commits into from
Oct 19, 2020
Merged

Commits on Oct 19, 2020

  1. Work around PyQt5 bug with argument types (#3776)

    Qt's getOpenFileUrls() and related Url-based functions are supposed to
    take a QUrl for the 'directory' argument (starting path), but until
    PyQt5 5.13.1 the argument was mis-typed as str.
    
    Fix workaround
    ferdnyc committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    fd2a845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f4daa View commit details
    Browse the repository at this point in the history