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

Wrong pass is displayed in QML error messages #14151

Open
daschuer opened this issue Jan 9, 2025 · 0 comments
Open

Wrong pass is displayed in QML error messages #14151

daschuer opened this issue Jan 9, 2025 · 0 comments

Comments

@daschuer
Copy link
Member

daschuer commented Jan 9, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant