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
Here:
https://github.com/mixxxdj/mixxx/blob/main/src/controllers/scripting/legacy/controllerscriptenginelegacy.cpp#L763-L765
we use a hack that allows statements like this:
import "." as Skin
instead of
`import "../qml" as Skin
This leads to QML error messages to the non existing path.
We should remove the hack and make this work instead:
import Mixxx.Skin 1.0 as Skin
This has been reported here: #14110
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
Here:
https://github.com/mixxxdj/mixxx/blob/main/src/controllers/scripting/legacy/controllerscriptenginelegacy.cpp#L763-L765
we use a hack that allows statements like this:
import "." as Skin
instead of
`import "../qml" as Skin
This leads to QML error messages to the non existing path.
We should remove the hack and make this work instead:
import Mixxx.Skin 1.0 as Skin
This has been reported here: #14110
Version
No response
OS
No response
The text was updated successfully, but these errors were encountered: