We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no specific ISNETBSD as far as I can tell, so I suggest replacing the fallthrough pass in qt/platform.py with
pass
qt/platform.py
INITIAL_FOLDER_IN_DIALOGS = '/'
to support currently unsupported operating systems like the BSDs or Solarises. This will make more operating systems work by default.
The text was updated successfully, but these errors were encountered:
1b87925
Merge pull request #559 from arsenetar/444
a1cacbe
Fix #444
No branches or pull requests
There is no specific ISNETBSD as far as I can tell, so I suggest replacing the fallthrough
pass
inqt/platform.py
withto support currently unsupported operating systems like the BSDs or Solarises. This will make more operating systems work by default.
The text was updated successfully, but these errors were encountered: