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
Right now the code heavily depends on Qt private APIs, both in the compositor and QPA code. Here's what we need to do to remove this dependency:
The text was updated successfully, but these errors were encountered:
Do not use QObjectPrivate
783657b
In order to remove the dependency on Qt private APIs, we first need to stop using QObjectPrivate. Issue: #11
Do not use QQuickItemPrivate
82db3d5
We don't want to depend on Qt private APIs. Issue: #11
Replace QFactoryLoader with a custom implementation
3afca22
Remove yet another dependency on Qt private APIs. Issue: #11
Remove most Qt private API usage
169a237
Issue: #11
edid: Remove QtCore private API usage from AuroraEdidSupport
c1b5a49
plfiorini
No branches or pull requests
Right now the code heavily depends on Qt private APIs, both in the compositor and QPA code.
Here's what we need to do to remove this dependency:
The text was updated successfully, but these errors were encountered: