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

Fix LibraryScanner::tracksRelocated() signal #11051

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Fix LibraryScanner::tracksRelocated() signal #11051

merged 1 commit into from
Nov 8, 2022

Conversation

uklotzde
Copy link
Contributor

@uklotzde uklotzde commented Nov 8, 2022

The required meta types were not registered.

info [LibraryScanner 1] LibraryScanner - Found 74 moved track(s)
warning [LibraryScanner 1] QObject::connect: Cannot queue arguments of type 'QList'
(Make sure 'QList' is registered using qRegisterMetaType().

The required meta types were not registered.

info [LibraryScanner 1] LibraryScanner - Found 74 moved track(s)
warning [LibraryScanner 1] QObject::connect: Cannot queue arguments of type 'QList<RelocatedTrack>'
(Make sure 'QList<RelocatedTrack>' is registered using qRegisterMetaType().
Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@daschuer daschuer merged commit 5fa2f16 into mixxxdj:2.3 Nov 8, 2022
@ronso0
Copy link
Member

ronso0 commented Nov 8, 2022

LGTM

Though, the substitue detector is still really bad: I renamed a directory with 7 tracks and only 3 substitues were found :|

@uklotzde uklotzde deleted the libraryscanner-track-relocated-signal branch November 16, 2022 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants